0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

Add iwlegacy firmware for old Intel wireless cards

This commit is contained in:
Thomas Tuegel 2014-12-03 10:09:21 -06:00
parent b023a0bdfb
commit f7c27885d0
3 changed files with 50 additions and 0 deletions

View file

@ -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"
];
};