mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue