nixpkgs/modules/hardware/network/intel-4965agn.nix
Eelco Dolstra 167ccdd537 * Move the firmware loader into a separate module.
* services.udev.addFirmware -> hardware.firmware.

svn path=/nixos/trunk/; revision=16657
2009-08-10 19:27:15 +00:00

6 lines
97 B
Nix

{pkgs, config, ...}:
{
hardware.firmware = [ config.boot.kernelPackages.iwlwifi4965ucode ];
}