Change update source

This commit is contained in:
Nathan McCarty 2023-03-14 11:33:47 -04:00
parent 2220fa33ce
commit 9508c7391a
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
2 changed files with 5 additions and 2 deletions

View File

@ -75,4 +75,7 @@
locations."/" = { proxyPass = "http://localhost:3000"; }; locations."/" = { proxyPass = "http://localhost:3000"; };
}; };
# Update later than everyone else, since this one hosts our updates
system.autoUpgrade.dates = "6:00";
} }

View File

@ -39,9 +39,9 @@ with lib; {
enable = true; enable = true;
allowReboot = true; allowReboot = true;
# Update from the flake # Update from the flake
flake = "git+https://git.sr.ht/~thatonelutenist/system-flake?ref=trunk"; flake = "git+https://git.stranger.systems/nix/System";
# Attempt to update daily at 2AM # Attempt to update daily at 2AM
dates = "2:00"; dates = lib.mkDefault "2:00";
}; };
}) })
# Systemd user service cludge # Systemd user service cludge