a61154c0d4
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
6 lines
75 B
Nix
6 lines
75 B
Nix
{pkgs, config, ...}:
|
|
|
|
{
|
|
hardware.firmware = [ pkgs.iwlwifi2030ucode ];
|
|
}
|