From 6b6cd47524e9b04bf6b7caaa0648e814fccafaa9 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Wed, 5 Apr 2023 14:17:58 +0200 Subject: [PATCH] attic: adjust cache time --- system/nixos/atticd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/nixos/atticd.nix b/system/nixos/atticd.nix index 32f113f..82d0756 100644 --- a/system/nixos/atticd.nix +++ b/system/nixos/atticd.nix @@ -34,7 +34,7 @@ in garbage-collection = { interval = "12 hours"; - default-retention-period = "3 months"; + default-retention-period = "2 weeks"; }; }; };