Merge #548
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:
commit
0e2eb0f9eb
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