roles/auto-upgrade: set tarball-ttl

sometimes upgrades are skipped until the next hour
This commit is contained in:
zowoq 2023-04-29 17:00:35 +10:00
parent 84c3485998
commit d72b6aba92

View file

@ -3,5 +3,5 @@
system.autoUpgrade.flake = "github:nix-community/infra";
system.autoUpgrade.allowReboot = true;
system.autoUpgrade.dates = "hourly";
system.autoUpgrade.flags = [ "--option" "accept-flake-config" "true" ];
system.autoUpgrade.flags = [ "--option" "accept-flake-config" "true" "--option" "tarball-ttl" "0" ];
}