Turn on user-controlled wpa-cli on the livecd

Fixes #1204
This commit is contained in:
Shea Levy 2014-04-04 17:05:57 -04:00
parent 10147beecf
commit c6797b373f

View file

@ -45,6 +45,7 @@ with pkgs.lib;
# Enable wpa_supplicant, but don't start it by default.
networking.wireless.enable = true;
networking.wireless.userControlled.enable = true;
jobs.wpa_supplicant.startOn = pkgs.lib.mkOverride 50 "";
# Tell the Nix evaluator to garbage collect more aggressively.