fix: disable caching of tarballs for upgrades
This commit is contained in:
parent
f91a46590d
commit
d04f2f59e4
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ _: {
|
|||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
flake = "https://buffets.kitchen/chef/rice/archive/main.tar.gz#ami";
|
||||
flags = ["--option" "tarball-ttl" "0"];
|
||||
dates = "minutely";
|
||||
|
||||
allowReboot = true;
|
||||
|
|
Loading…
Reference in a new issue