Author: chaoflow
Date: Thu Feb 10 17:36:56 2011
New Revision: 25889
URL: https://svn.nixos.org/websvn/nix/?rev=25889&sc=1

Log:
intel wifi 6000 firmware

Added:
   nixos/trunk/modules/hardware/network/intel-6000.nix

Added: nixos/trunk/modules/hardware/network/intel-6000.nix
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ nixos/trunk/modules/hardware/network/intel-6000.nix Thu Feb 10 17:36:56 
2011        (r25889)
@@ -0,0 +1,5 @@
+{pkgs, config, ...}:
+
+{
+  hardware.firmware = [ pkgs.iwlwifi6000ucode ];
+}
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to