diff --git a/modules/services/networking/wpa_supplicant.nix b/modules/services/networking/wpa_supplicant.nix index 10c9041cf3e..abf79c5d554 100644 --- a/modules/services/networking/wpa_supplicant.nix +++ b/modules/services/networking/wpa_supplicant.nix @@ -56,7 +56,8 @@ in exec = "${pkgs.wpa_supplicant}/sbin/wpa_supplicant " + - "-C /var/run/wpa_supplicant -c ${configFile} -i${config.networking.WLANInterface}"; + "-s -C /var/run/wpa_supplicant " + + "-c ${configFile} -i${config.networking.WLANInterface}"; }; };