diff --git a/hosts/talos/default.nix b/hosts/talos/default.nix index 7377884..ccce527 100644 --- a/hosts/talos/default.nix +++ b/hosts/talos/default.nix @@ -44,7 +44,10 @@ networking.domain = "alarsyo.net"; # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. - networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. + networking.networkmanager = { + enable = true; + wifi.powersave = true; + }; # Set your time zone. time.timeZone = "Europe/Paris";