[fanny] set nix tarball-ttl 0

otherwise microvm-update uses cached flake instead upstream
This commit is contained in:
2025-01-21 22:44:43 +01:00
parent e2b3f4a754
commit 1e73794b18

View File

@@ -26,7 +26,14 @@ in
cacheurl = "https://cache.dynamicdiscord.de";
};
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix = {
settings.experimental-features = [ "nix-command" "flakes" ];
#always update microvms
extraOptions = ''
tarball-ttl = 0
'';
};
malobeo.disks = {
enable = true;