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:
parent
b0a6c15f42
commit
4163ff95b4
|
@ -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";
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue