summary refs log tree commit diff
path: root/nixos/modules/hardware/all-firmware.nix
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-02-09 16:28:37 -0800
committerWilliam A. Kennington III <william@wkennington.com>2015-02-09 16:28:40 -0800
commit650b2258f06a191409ea94ea2360644587d0e330 (patch)
tree83b0f14c88c3c3187c08283eda5d6c057ecc6a2a /nixos/modules/hardware/all-firmware.nix
parentf6f3813b653c980b6fdbcf337d92a4c10cda6ef4 (diff)
downloadnixlib-650b2258f06a191409ea94ea2360644587d0e330.tar
nixlib-650b2258f06a191409ea94ea2360644587d0e330.tar.gz
nixlib-650b2258f06a191409ea94ea2360644587d0e330.tar.bz2
nixlib-650b2258f06a191409ea94ea2360644587d0e330.tar.lz
nixlib-650b2258f06a191409ea94ea2360644587d0e330.tar.xz
nixlib-650b2258f06a191409ea94ea2360644587d0e330.tar.zst
nixlib-650b2258f06a191409ea94ea2360644587d0e330.zip
nonfree-firmware: Use the new kernel.org repository for tracking nonfree firmware changes
remove the obsolete iwlwifi firmware which is included in the repo.
Diffstat (limited to 'nixos/modules/hardware/all-firmware.nix')
-rw-r--r--nixos/modules/hardware/all-firmware.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/modules/hardware/all-firmware.nix b/nixos/modules/hardware/all-firmware.nix
index 37a9f4d0d314..17aa29425956 100644
--- a/nixos/modules/hardware/all-firmware.nix
+++ b/nixos/modules/hardware/all-firmware.nix
@@ -12,8 +12,7 @@ with lib;
       default = false;
       type = types.bool;
       description = ''
-        Turn on this option if you want to enable all the firmware shipped with Debian/Ubuntu
-        and iwlwifi.
+        Turn on this option if you want to enable all the firmware shipped in linux-firmware.
       '';
     };
 
@@ -26,7 +25,6 @@ with lib;
     hardware.firmware = [
       "${pkgs.firmwareLinuxNonfree}/lib/firmware"
       "${pkgs.iwlegacy}/lib/firmware"
-      "${pkgs.iwlwifi}/lib/firmware"
     ];
   };