about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-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"
     ];
   };