forked from mirrors/nixpkgs
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 a new issue