3
0
Fork 0
forked from mirrors/nixpkgs

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
This commit is contained in:
Lluís Batlle i Rossell 2009-09-27 21:54:38 +00:00
parent b0a6c15f42
commit 4163ff95b4

View file

@ -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";
};
};