nixpkgs/modules/hardware/network/intel-5000.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
75 B
Nix

{pkgs, config, ...}:
{
hardware.firmware = [ pkgs.iwlwifi5000ucode ];
}