This website requires JavaScript.
Explore
Help
Register
Sign In
BoomMicrophone
/
nixpkgs-suyu
Watch
1
Star
0
Fork
You've already forked nixpkgs-suyu
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
f81434bdfe
Branches
Tags
No results found.
nixpkgs-suyu
/
nixos
/
modules
/
hardware
/
network
/
intel-2030.nix
4 lines
41 B
Nix
Raw
Normal View
History
Unescape
Escape
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
{
Use the Debian firmware package instead of the Intel-specific ones The intel-*.nix modules are obsolete (since you can just say ‘hardware.enableAllFirmware = true’, or equivalently, ‘hardware.firmware = [ pkgs.firmwareLinuxNonfree ]’). But we'll keep them around for compatibility.
2013-08-14 02:27:44 +02:00
hardware
.
enableAllFirmware
=
true
;
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
}
Reference in a new issue
Copy permalink