mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 10:14:09 +00:00
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:
parent
8db22f747d
commit
5060160634
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user