This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
779ae06467
nixpkgs
/
nixos
/
modules
/
hardware
/
network
/
intel-2030.nix
4 lines
51 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 11:51:49 -08:00
{
hardware: add enableRedistributalFirmware Due the recent inclusion of broadcom-bt-firmware in enableAllFirmware, it was required to set `nixpkgs.config.allowUnfree` to obtain the full list. To make this dependency more explicit an assertion is added and an alternative option `enableRedistributalFirmware` is provided to only obtain firmware with an license allowing redistribution.
2017-05-08 00:50:03 -07:00
hardware
.
enableRedistributalFirmware
=
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 11:51:49 -08:00
}
Reference in New Issue
Copy Permalink