548: roles/auto-upgrade: set tarball-ttl r=zowoq a=zowoq



Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
This commit is contained in:
bors[bot] 2023-04-29 12:02:26 +00:00 committed by GitHub
commit 0e2eb0f9eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" ];
}