* Add rfkill to the system path.

svn path=/nixos/trunk/; revision=21201
This commit is contained in:
Eelco Dolstra 2010-04-21 11:37:52 +00:00
parent 6c16ff29a5
commit 8874226fa3
2 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,7 @@ in
config = mkIf config.networking.enableWLAN {
environment.systemPackages = [pkgs.wpa_supplicant];
environment.systemPackages = [ pkgs.wpa_supplicant ];
jobs.wpa_supplicant =
{ startOn = "started network-interfaces";

View File

@ -130,6 +130,7 @@ in
pkgs.iputils
pkgs.nettools
pkgs.wirelesstools
pkgs.rfkill
];
jobs.networkInterfaces =