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
This commit is contained in:
Lluís Batlle i Rossell 2013-01-30 20:51:49 +01:00
parent d50b22e882
commit a61154c0d4
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{pkgs, config, ...}:
{
hardware.firmware = [ pkgs.iwlwifi2030ucode ];
}

View file

@ -53,6 +53,7 @@
../hardware/network/intel-6000.nix
../hardware/network/intel-6000g2a.nix
../hardware/network/intel-6000g2b.nix
../hardware/network/intel-2030.nix
../hardware/network/broadcom-43xx.nix
../hardware/network/zydas-zd1211.nix
../hardware/video/radeon.nix