intel-5150.nix: add Intel 5150 wireless firmware support

Author:    Sergey Mironov <ierton@gmail.com>

svn path=/nixos/trunk/; revision=31231
This commit is contained in:
Florian Friesdorf
2012-01-03 14:12:41 +00:00
parent 8eca4db54a
commit 007d56b69f
2 changed files with 6 additions and 0 deletions

View File

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