From 007d56b69f0c81ebac326285c4e5d511191304d8 Mon Sep 17 00:00:00 2001 From: Florian Friesdorf Date: Tue, 3 Jan 2012 14:12:41 +0000 Subject: [PATCH] intel-5150.nix: add Intel 5150 wireless firmware support Author: Sergey Mironov svn path=/nixos/trunk/; revision=31231 --- modules/hardware/network/intel-5150.nix | 5 +++++ modules/installer/scan/not-detected.nix | 1 + 2 files changed, 6 insertions(+) create mode 100644 modules/hardware/network/intel-5150.nix diff --git a/modules/hardware/network/intel-5150.nix b/modules/hardware/network/intel-5150.nix new file mode 100644 index 00000000000..e32b72d5fa4 --- /dev/null +++ b/modules/hardware/network/intel-5150.nix @@ -0,0 +1,5 @@ +{pkgs, config, ...}: + +{ + hardware.firmware = [ pkgs.iwlwifi5150ucode ]; +} diff --git a/modules/installer/scan/not-detected.nix b/modules/installer/scan/not-detected.nix index 36382a4cf1d..34e71479322 100644 --- a/modules/installer/scan/not-detected.nix +++ b/modules/installer/scan/not-detected.nix @@ -9,6 +9,7 @@ with pkgs.lib; [ ../../hardware/network/intel-4965agn.nix ../../hardware/network/intel-5000.nix + ../../hardware/network/intel-5150.nix ../../hardware/network/intel-6000.nix ../../hardware/network/intel-6000g2a.nix ../../hardware/network/intel-6000g2b.nix