fix: disable caching of tarballs for upgrades

This commit is contained in:
buffet 2024-05-06 16:42:08 +02:00
parent f91a46590d
commit d04f2f59e4

View file

@ -2,6 +2,7 @@ _: {
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = true;
flake = "https://buffets.kitchen/chef/rice/archive/main.tar.gz#ami"; flake = "https://buffets.kitchen/chef/rice/archive/main.tar.gz#ami";
flags = ["--option" "tarball-ttl" "0"];
dates = "minutely"; dates = "minutely";
allowReboot = true; allowReboot = true;