Enable daily auto-upgrade on strixi-minaj, railbird-sf, and ryzen-shine

Set the autoUpgrade flake reference globally in configuration.nix so
machines only need to opt in with system.autoUpgrade.enable.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-09 00:41:59 -08:00
parent a1c31dcfc4
commit e9545219b3
4 changed files with 33 additions and 13 deletions

View File

@@ -82,6 +82,11 @@
# services.xrdp.defaultWindowManager = "startplasma-x11";
# services.xrdp.openFirewall = true;
system.autoUpgrade = {
enable = true;
dates = "daily";
};
system.stateVersion = "20.03";
home-manager.sharedModules = [
{