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