This website requires JavaScript.
Explore
Help
Register
Sign In
alioth
/
nixpkgs
Watch
3
Star
0
Fork
You've already forked nixpkgs
0
forked from
mirrors/nixpkgs
Code
Releases
Activity
5c1f8cbc70
Branches
Tags
No results found.
nixpkgs
/
nixos
/
modules
/
hardware
/
network
/
intel-6000g2b.nix
4 lines
41 B
Nix
Raw
Normal View
History
Unescape
Escape
Add Intel firmwars (iwlwifi-6000g2{a,b}-ucode). svn path=/nixos/trunk/; revision=29020
2011-09-05 10:19:55 +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 01:27:44 +01:00
hardware
.
enableAllFirmware
=
true
;
Add Intel firmwars (iwlwifi-6000g2{a,b}-ucode). svn path=/nixos/trunk/; revision=29020
2011-09-05 10:19:55 +01:00
}
Copy permalink