roles/auto-upgrade: set tarball-ttl
sometimes upgrades are skipped until the next hour
This commit is contained in:
parent
84c3485998
commit
d72b6aba92
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue