From 84c79a7d9c222a1d5cc6b6cef24286965c62cd72 Mon Sep 17 00:00:00 2001 From: buffet Date: Mon, 15 Aug 2022 12:47:29 +0000 Subject: [PATCH] Increase gc min age to 30d --- system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.nix b/system.nix index 2bded99..cf0e1ef 100644 --- a/system.nix +++ b/system.nix @@ -41,7 +41,7 @@ gc = { automatic = true; dates = "weekly"; - options = "--delete-older-than 14d"; + options = "--delete-older-than 30d"; }; extraOptions = ''