hosts: steamdeck: disable autoupgrade for now and wifi powersave

This commit is contained in:
Kabbone 2024-03-28 22:24:16 +01:00
parent db3a1d9ee9
commit edb0ca235e
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
2 changed files with 11 additions and 11 deletions

View File

@ -190,17 +190,17 @@
}; };
system = { # NixOS settings system = { # NixOS settings
autoUpgrade = { # Allow auto update # autoUpgrade = { # Allow auto update
enable = true; # enable = true;
flake = "git+https://git.kabtop.de/Kabbone/nixos-config"; # flake = "git+https://git.kabtop.de/Kabbone/nixos-config";
randomizedDelaySec = "5m"; # randomizedDelaySec = "5m";
allowReboot = true; # allowReboot = true;
reboot.Window = { # reboot.Window = {
lower = "02:00"; # lower = "02:00";
upper = "05:00"; # upper = "05:00";
}; # };
# channel = "https://nixos.org/channels/nixos-unstable"; # channel = "https://nixos.org/channels/nixos-unstable";
}; # };
stateVersion = "23.05"; stateVersion = "23.05";
}; };
} }

View File

@ -154,7 +154,7 @@
enable = true; enable = true;
wifi = { wifi = {
backend = "iwd"; backend = "iwd";
powersave = true; powersave = false;
}; };
}; };
# interfaces = { # interfaces = {