summary refs log tree commit diff
path: root/nixos/modules/hardware/all-firmware.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2014-12-03 10:09:21 -0600
committerThomas Tuegel <ttuegel@gmail.com>2014-12-03 10:10:00 -0600
commitf7c27885d045a497ec4bcfc80f884e81fd48fed4 (patch)
tree7875a02b60b65cbbaf2646f083632ad365d8cdea /nixos/modules/hardware/all-firmware.nix
parentb023a0bdfb27d650d2892ecba103712e1fac9f4a (diff)
downloadnixlib-f7c27885d045a497ec4bcfc80f884e81fd48fed4.tar
nixlib-f7c27885d045a497ec4bcfc80f884e81fd48fed4.tar.gz
nixlib-f7c27885d045a497ec4bcfc80f884e81fd48fed4.tar.bz2
nixlib-f7c27885d045a497ec4bcfc80f884e81fd48fed4.tar.lz
nixlib-f7c27885d045a497ec4bcfc80f884e81fd48fed4.tar.xz
nixlib-f7c27885d045a497ec4bcfc80f884e81fd48fed4.tar.zst
nixlib-f7c27885d045a497ec4bcfc80f884e81fd48fed4.zip
Add iwlegacy firmware for old Intel wireless cards
Diffstat (limited to 'nixos/modules/hardware/all-firmware.nix')
-rw-r--r--nixos/modules/hardware/all-firmware.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/hardware/all-firmware.nix b/nixos/modules/hardware/all-firmware.nix
index a3821e9738a6..37a9f4d0d314 100644
--- a/nixos/modules/hardware/all-firmware.nix
+++ b/nixos/modules/hardware/all-firmware.nix
@@ -25,6 +25,7 @@ with lib;
   config = mkIf config.hardware.enableAllFirmware {
     hardware.firmware = [
       "${pkgs.firmwareLinuxNonfree}/lib/firmware"
+      "${pkgs.iwlegacy}/lib/firmware"
       "${pkgs.iwlwifi}/lib/firmware"
     ];
   };