diff --git a/modules/global/nix.nix b/modules/global/nix.nix index 0d3f467..201dcea 100644 --- a/modules/global/nix.nix +++ b/modules/global/nix.nix @@ -26,7 +26,7 @@ with lib; gc = { automatic = true; - options = "--delete-older-than 3d"; + options = "--delete-older-than 7d"; dates = "weekly"; };