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:
parent
d50b22e882
commit
a61154c0d4
5
modules/hardware/network/intel-2030.nix
Normal file
5
modules/hardware/network/intel-2030.nix
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{pkgs, config, ...}:
|
||||||
|
|
||||||
|
{
|
||||||
|
hardware.firmware = [ pkgs.iwlwifi2030ucode ];
|
||||||
|
}
|
@ -53,6 +53,7 @@
|
|||||||
../hardware/network/intel-6000.nix
|
../hardware/network/intel-6000.nix
|
||||||
../hardware/network/intel-6000g2a.nix
|
../hardware/network/intel-6000g2a.nix
|
||||||
../hardware/network/intel-6000g2b.nix
|
../hardware/network/intel-6000g2b.nix
|
||||||
|
../hardware/network/intel-2030.nix
|
||||||
../hardware/network/broadcom-43xx.nix
|
../hardware/network/broadcom-43xx.nix
|
||||||
../hardware/network/zydas-zd1211.nix
|
../hardware/network/zydas-zd1211.nix
|
||||||
../hardware/video/radeon.nix
|
../hardware/video/radeon.nix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user