Revert "Turn on user-controlled wpa-cli on the livecd"

user-controlled wpa-cli requires explicit interface setting for some
reason

This reverts commit c6797b373f.
This commit is contained in:
Shea Levy 2014-04-08 18:26:52 -04:00
parent 2bb8d963b1
commit 452a1f9318

View file

@ -45,7 +45,6 @@ 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.