From edb0ca235e103a8f9e00029804fff33c3b450434 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Thu, 28 Mar 2024 22:24:16 +0100 Subject: [PATCH] hosts: steamdeck: disable autoupgrade for now and wifi powersave --- hosts/configuration_desktop.nix | 20 ++++++++++---------- hosts/steamdeck/hardware-configuration.nix | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/hosts/configuration_desktop.nix b/hosts/configuration_desktop.nix index dc89e8b..6a36942 100644 --- a/hosts/configuration_desktop.nix +++ b/hosts/configuration_desktop.nix @@ -190,17 +190,17 @@ }; system = { # NixOS settings - autoUpgrade = { # Allow auto update - enable = true; - flake = "git+https://git.kabtop.de/Kabbone/nixos-config"; - randomizedDelaySec = "5m"; - allowReboot = true; - reboot.Window = { - lower = "02:00"; - upper = "05:00"; - }; +# autoUpgrade = { # Allow auto update +# enable = true; +# flake = "git+https://git.kabtop.de/Kabbone/nixos-config"; +# randomizedDelaySec = "5m"; +# allowReboot = true; +# reboot.Window = { +# lower = "02:00"; +# upper = "05:00"; +# }; # channel = "https://nixos.org/channels/nixos-unstable"; - }; +# }; stateVersion = "23.05"; }; } diff --git a/hosts/steamdeck/hardware-configuration.nix b/hosts/steamdeck/hardware-configuration.nix index cbfd2a3..e14b951 100644 --- a/hosts/steamdeck/hardware-configuration.nix +++ b/hosts/steamdeck/hardware-configuration.nix @@ -154,7 +154,7 @@ enable = true; wifi = { backend = "iwd"; - powersave = true; + powersave = false; }; }; # interfaces = {