diff --git a/modules/devos/nix.nix b/modules/devos/nix.nix index b9f687a..87a4b99 100644 --- a/modules/devos/nix.nix +++ b/modules/devos/nix.nix @@ -16,7 +16,10 @@ with lib; sandbox = true; }; - gc.automatic = true; + gc = { + automatic = true; + options = "--delete-older-than 3d"; + }; optimise.automatic = true;