Add Intel firmwars (iwlwifi-6000g2{a,b}-ucode).

svn path=/nixos/trunk/; revision=29020
This commit is contained in:
Nicolas Pierron 2011-09-05 09:19:55 +00:00
parent 0cbdfb2bbf
commit def746fcdd
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{pkgs, config, ...}:
{
hardware.firmware = [ pkgs.iwlwifi6000g2aucode ];
}

View File

@ -0,0 +1,5 @@
{pkgs, config, ...}:
{
hardware.firmware = [ pkgs.iwlwifi6000g2bucode ];
}

View File

@ -8,6 +8,8 @@ with pkgs.lib;
imports =
[ ../../hardware/network/intel-5000.nix
../../hardware/network/intel-6000.nix
../../hardware/network/intel-6000g2a.nix
../../hardware/network/intel-6000g2b.nix
];
config = mkDefault {