diff --git a/modules/system/services/wlan.nix b/modules/system/services/wlan.nix index 3f0698f..3523359 100644 --- a/modules/system/services/wlan.nix +++ b/modules/system/services/wlan.nix @@ -20,10 +20,7 @@ in config = lib.mkIf cfg.enable { networking.wireless.iwd = { enable = true; - settings = { - General.EnableNetworkConfiguration = true; - Settings.AutoConnect = true; - }; + settings.General.EnableNetworkConfiguration = true; }; environment.systemPackages = [ pkgs.iwgtk ];