From 4163ff95b4216b9e621fd7693852d1c75e929e9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 27 Sep 2009 21:54:38 +0000 Subject: [PATCH] Reverting r17459 - I had wpa_supplicant addapted to my system (nic device), and I didn't want to commit that for all nixos users. We may write some day a better wpa_supplicant solution. svn path=/nixos/trunk/; revision=17462 --- modules/services/networking/wpa_supplicant.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/networking/wpa_supplicant.nix b/modules/services/networking/wpa_supplicant.nix index 41b73f22d35..309305481ee 100644 --- a/modules/services/networking/wpa_supplicant.nix +++ b/modules/services/networking/wpa_supplicant.nix @@ -49,7 +49,7 @@ in exec = "${pkgs.wpa_supplicant}/sbin/wpa_supplicant " + - "-C /var/run/wpa_supplicant -c ${configFile} -ieth1"; + "-C /var/run/wpa_supplicant -c ${configFile} -iwlan0"; }; };