This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
fudo-public
/
nixpkgs
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5114
Commits
1
Branch
0
Tags
1.4 GiB
Tree:
5c1f8cbc70
nsd-state-dir
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '5c1f8cbc70'
${ noResults }
nixpkgs
/
nixos
/
modules
/
hardware
/
network
/
intel-6000g2a.nix
3 lines
41 B
Raw
Normal View
History
Add Intel firmwars (iwlwifi-6000g2{a,b}-ucode). svn path=/nixos/trunk/; revision=29020
12 years ago
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.
10 years ago
Add Intel firmwars (iwlwifi-6000g2{a,b}-ucode). svn path=/nixos/trunk/; revision=29020
12 years ago
{
hardware
.
enableAllFirmware
=
true
;
}