diff --git a/base.nix b/base.nix index 6db6ba9..71cf73d 100644 --- a/base.nix +++ b/base.nix @@ -112,7 +112,10 @@ }; nix = { - settings.auto-optimise-store = true; + settings = { + auto-optimise-store = true; + tarball-ttl = 0; + }; gc = { automatic = true; options = "--delete-older-than 7d";