Add Intel firmwars (iwlwifi-6000g2{a,b}-ucode).
svn path=/nixos/trunk/; revision=29020
This commit is contained in:
parent
0cbdfb2bbf
commit
def746fcdd
5
modules/hardware/network/intel-6000g2a.nix
Normal file
5
modules/hardware/network/intel-6000g2a.nix
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{pkgs, config, ...}:
|
||||||
|
|
||||||
|
{
|
||||||
|
hardware.firmware = [ pkgs.iwlwifi6000g2aucode ];
|
||||||
|
}
|
5
modules/hardware/network/intel-6000g2b.nix
Normal file
5
modules/hardware/network/intel-6000g2b.nix
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{pkgs, config, ...}:
|
||||||
|
|
||||||
|
{
|
||||||
|
hardware.firmware = [ pkgs.iwlwifi6000g2bucode ];
|
||||||
|
}
|
@ -8,6 +8,8 @@ with pkgs.lib;
|
|||||||
imports =
|
imports =
|
||||||
[ ../../hardware/network/intel-5000.nix
|
[ ../../hardware/network/intel-5000.nix
|
||||||
../../hardware/network/intel-6000.nix
|
../../hardware/network/intel-6000.nix
|
||||||
|
../../hardware/network/intel-6000g2a.nix
|
||||||
|
../../hardware/network/intel-6000g2b.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
config = mkDefault {
|
config = mkDefault {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user