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 ];
}