not-detected.nix: Enable all firmware

Note that since the configuration produced by nixos-hardware-scan
includes not-detected.nix, you get all firmware when following the
regular installation procedure.

Issue #87.
This commit is contained in:
Eelco Dolstra 2013-08-14 03:32:28 +02:00
parent 8db22f747d
commit 5060160634

View File

@ -5,20 +5,5 @@
with pkgs.lib;
{
imports =
[
../../hardware/network/intel-4965agn.nix
../../hardware/network/intel-5000.nix
../../hardware/network/intel-5150.nix
../../hardware/network/intel-6000.nix
../../hardware/network/intel-6000g2a.nix
../../hardware/network/intel-6000g2b.nix
../../hardware/network/broadcom-43xx.nix
];
config = mkDefault {
# That wireless card firmware not enabled because the corresponding
# build expression 'rt73fw' is broken.
networking.enableRalinkFirmware = false;
};
hardware.enableAllFirmware = true;
}