diff --git a/hosts/p14s/configuration.nix b/hosts/p14s/configuration.nix index 4e5c474..997715a 100644 --- a/hosts/p14s/configuration.nix +++ b/hosts/p14s/configuration.nix @@ -29,6 +29,7 @@ # Enable networking networking.networkmanager.enable = true; + networking.networkmanager.wifi.powersave = false; # Set your time zone. time.timeZone = "Europe/Berlin";