mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
Use the right iwl4965 firmware depending on the kernel version.
svn path=/nixos/branches/modular-nixos/; revision=16065
This commit is contained in:
parent
d68e177909
commit
05183ccb78
@ -15,7 +15,7 @@ in
|
||||
|
||||
services = {
|
||||
udev = {
|
||||
addFirmware = [ pkgs.iwlwifi4965ucode ];
|
||||
addFirmware = [ kernelPackages.iwlwifi4965ucode ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user