* Include some more firmware in the installation CD.

svn path=/nixos/trunk/; revision=19007
This commit is contained in:
Eelco Dolstra 2009-12-16 23:52:02 +00:00
parent eea026d321
commit aa445933a7

View File

@ -204,8 +204,10 @@ in
} }
''; '';
# Have the redistributable firmware of rt73 wifi nics. # Include the firmware for various wireless cards.
networking.enableRT73Firmware = true; networking.enableRT73Firmware = true;
networking.enableIntel2200BGFirmware = true;
networking.enableIntel3945ABGFirmware = true;
# To speed up installation a little bit, include the complete stdenv # To speed up installation a little bit, include the complete stdenv
# in the Nix store on the CD. # in the Nix store on the CD.