nixpkgs/nixos/modules/installer/scan/not-detected.nix
Brice Waegeneire 47c214cc2a fix comments about nixos-hardware-scan
It has been renamed to nixos-generate-config in 3ed4173
2017-02-18 13:29:47 +01:00

10 lines
192 B
Nix

# List all devices which are _not_ detected by nixos-generate-config.
# Common devices are enabled by default.
{ config, lib, pkgs, ... }:
with lib;
{
hardware.enableAllFirmware = true;
}