summary refs log tree commit diff
path: root/nixos/modules/installer/scan/detected.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/installer/scan/detected.nix')
-rw-r--r--nixos/modules/installer/scan/detected.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/nixos/modules/installer/scan/detected.nix b/nixos/modules/installer/scan/detected.nix
index e72c78532943..7e181acb93b1 100644
--- a/nixos/modules/installer/scan/detected.nix
+++ b/nixos/modules/installer/scan/detected.nix
@@ -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;
   };
 }