nixpkgs/modules/hardware/network/intel-2030.nix
Lluís Batlle i Rossell a61154c0d4 Adding support of the Intel 2230 wireless card to nixos
It should go to the livecd, added to the all-hardware profile.
Yes, the card is called 2230, the ucode called 2030:
http://wireless.kernel.org/en/users/Drivers/iwlwifi
2013-01-30 20:51:49 +01:00

6 lines
75 B
Nix

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