* Revert r19003 for now, because wpa_supplicant 0.6.9 (in the Nixpkgs
trunk) doesn't have a -s flag. 0.7.0 in the stdenv branch presumably does, but it's marked as unstable upstream. svn path=/nixos/trunk/; revision=19047
This commit is contained in:
parent
93cb9f819d
commit
57f70db611
@ -56,8 +56,7 @@ in
|
||||
|
||||
exec =
|
||||
"${pkgs.wpa_supplicant}/sbin/wpa_supplicant " +
|
||||
"-s -C /var/run/wpa_supplicant " +
|
||||
"-c ${configFile} -i${config.networking.WLANInterface}";
|
||||
"-C /var/run/wpa_supplicant -c ${configFile} -i${config.networking.WLANInterface}";
|
||||
};
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user