From 0a41bcdf4cce070f48314646ce1fb4e1cd791469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 12 Jun 2022 17:27:22 +0200 Subject: [PATCH] Delete configurations older than 3 weeks --- config/c3d2.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/c3d2.nix b/config/c3d2.nix index 3a20bb5b..6a14e3a4 100644 --- a/config/c3d2.nix +++ b/config/c3d2.nix @@ -133,6 +133,7 @@ in { gc = { automatic = true; dates = "06:00"; + options = "--delete-older-than 21d" randomizedDelaySec = "6h"; }; package = pkgs.nixUnstable;