From 4b2d89b88ddb6610135a025ae4e0eb92eb016d7f Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 30 Nov 2023 21:46:17 +0100 Subject: nix: gc of profiles reduced 30d -> 15d --- common/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/nix.nix b/common/nix.nix index 0e58908..ea5f04a 100644 --- a/common/nix.nix +++ b/common/nix.nix @@ -7,7 +7,7 @@ inputs: { gc = { automatic = true; dates = "03:15"; - options = "--delete-older-than 30d"; + options = "--delete-older-than 15d"; }; settings = { -- cgit v1.2.3