forked from mirrors/nixpkgs
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:
parent
2bb8d963b1
commit
452a1f9318
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue