From ef2b04e58304215759a02952adc8cd122f5d2fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 19 Feb 2023 22:21:14 +0200 Subject: [PATCH] gc no older than 14d instead of 30d --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 5b429cb..b1b0f41 100644 --- a/configuration.nix +++ b/configuration.nix @@ -367,8 +367,8 @@ in { nix.gc = { automatic = true; - dates = "weekly"; - options = "--delete-older-than 30d"; + dates = "daily"; + options = "--delete-older-than 14d"; }; systemd.services."make-snapshot-dirs" = let