From c6797b373f379f7a7f8a7da01bdf3f6751f11f2e Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Fri, 4 Apr 2014 17:05:57 -0400 Subject: [PATCH] Turn on user-controlled wpa-cli on the livecd Fixes #1204 --- nixos/modules/profiles/installation-device.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/profiles/installation-device.nix b/nixos/modules/profiles/installation-device.nix index 3b058c6e9715..85ae51ec68e8 100644 --- a/nixos/modules/profiles/installation-device.nix +++ b/nixos/modules/profiles/installation-device.nix @@ -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.