From 1ab96b83168f4e0cbce41a7b75ab6d3eb5fa3ee8 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 27 Sep 2024 22:36:15 -0400 Subject: [PATCH] common/nix: delete older than 14d --- common/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/nix.nix b/common/nix.nix index a0b2870b..081b214f 100644 --- a/common/nix.nix +++ b/common/nix.nix @@ -3,7 +3,7 @@ gc = { automatic = true; dates = "daily"; - options = "--delete-older-than 3d"; + options = "--delete-older-than 14d"; persistent = true; randomizedDelaySec = "60min"; };