From d9558231ebd850324ed1e68c4f6250183706e8ba Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Wed, 8 Jun 2022 10:39:25 +0200 Subject: [PATCH] Increase the garbage collection to 30 days --- modules/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/default.nix b/modules/common/default.nix index 4196eca..ad3727e 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -80,7 +80,7 @@ gc = { automatic = true; dates = "daily"; - options = "--delete-older-than 7d"; + options = "--delete-older-than 30d"; }; trustedUsers = [ "root" "@wheel" ]; };