From 5449f8abc50f6ea3c45ad0532517b2a2deb9cc40 Mon Sep 17 00:00:00 2001 From: dadada Date: Tue, 30 Mar 2021 19:55:34 +0200 Subject: [PATCH] Reduce number of old generations kept by default --- modules/update.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/update.nix b/modules/update.nix index ace1c03..84e5145 100644 --- a/modules/update.nix +++ b/modules/update.nix @@ -16,7 +16,7 @@ in gc = { automatic = true; dates = "weekly"; - options = "--delete-older-than 30d"; + options = "--delete-older-than 7d"; }; };