From 452a1f9318ef3baeb967b648b439e0de10e41b88 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Tue, 8 Apr 2014 18:26:52 -0400 Subject: [PATCH] Revert "Turn on user-controlled wpa-cli on the livecd" user-controlled wpa-cli requires explicit interface setting for some reason This reverts commit c6797b373f379f7a7f8a7da01bdf3f6751f11f2e. --- nixos/modules/profiles/installation-device.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/profiles/installation-device.nix b/nixos/modules/profiles/installation-device.nix index 85ae51ec68e8..3b058c6e9715 100644 --- a/nixos/modules/profiles/installation-device.nix +++ b/nixos/modules/profiles/installation-device.nix @@ -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.