From d04f2f59e42e6c5e6e0a0c0c95edac428d82ed05 Mon Sep 17 00:00:00 2001 From: buffet Date: Mon, 6 May 2024 16:42:08 +0200 Subject: [PATCH] fix: disable caching of tarballs for upgrades --- hosts/ami/upgrade.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/ami/upgrade.nix b/hosts/ami/upgrade.nix index 97ee3ac..09b6515 100644 --- a/hosts/ami/upgrade.nix +++ b/hosts/ami/upgrade.nix @@ -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;