mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-09 14:33:22 +00:00
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 ];
|
|
}
|