From 852478ff794c499496a327373506b00985768463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 27 Sep 2009 21:51:22 +0000 Subject: [PATCH] Making supplicant work on eth1 svn path=/nixos/trunk/; revision=17459 --- modules/services/networking/wpa_supplicant.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/services/networking/wpa_supplicant.nix b/modules/services/networking/wpa_supplicant.nix index 36ad294470f..41b73f22d35 100644 --- a/modules/services/networking/wpa_supplicant.nix +++ b/modules/services/networking/wpa_supplicant.nix @@ -25,7 +25,7 @@ in 5). ''; }; - + }; @@ -49,7 +49,7 @@ in exec = "${pkgs.wpa_supplicant}/sbin/wpa_supplicant " + - "-C /var/run/wpa_supplicant -c ${configFile} -iwlan0"; + "-C /var/run/wpa_supplicant -c ${configFile} -ieth1"; }; };