nixos/modules: clean up wireless firmware options

All available options were just enabling
hardware.enableRedistributableFirmware. There were nix files without
modules which weren't referenced anywhere.
This commit is contained in:
Franz Pletz
2017-10-07 01:48:02 +02:00
parent b02b224027
commit 3df126dbf7
14 changed files with 7 additions and 141 deletions
+2 -3
View File
@@ -6,8 +6,7 @@ with lib;
{
config = mkDefault {
# Wireless card firmware
networking.enableIntel2200BGFirmware = true;
networking.enableIntel3945ABGFirmware = true;
# Common firmware, i.e. for wifi cards
hardware.enableRedistributableFirmware = true;
};
}