Use the right iwl4965 firmware depending on the kernel version.

svn path=/nixos/branches/modular-nixos/; revision=16065
wip/yesman
Ludovic Courtès 15 years ago
parent d68e177909
commit 05183ccb78
  1. 2
      hardware/network/intel-4965agn.nix

@ -15,7 +15,7 @@ in
services = {
udev = {
addFirmware = [ pkgs.iwlwifi4965ucode ];
addFirmware = [ kernelPackages.iwlwifi4965ucode ];
};
};
}

Loading…
Cancel
Save