From 0cf7c5d4b7dc0f0ac331f531230cf613b5c0e1b8 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 15 Mar 2021 11:18:10 +0100 Subject: [PATCH] Change frequency of garbage collection to 14 days --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index fe9e412..58580e2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -25,7 +25,7 @@ autoOptimiseStore = true; gc = { automatic = true; - options = "--delete-older-than 7d"; + options = "--delete-older-than 14d"; }; extraOptions = '' keep-outputs = true