From 801cd5429f900e0fc28d4bd04b2ecbc0546624ed Mon Sep 17 00:00:00 2001 From: MayNiklas Date: Tue, 27 Aug 2024 14:50:37 +0200 Subject: [PATCH] increase attic retention period --- machines/woodpecker-server/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/woodpecker-server/configuration.nix b/machines/woodpecker-server/configuration.nix index 3e1b63b..ebd557f 100644 --- a/machines/woodpecker-server/configuration.nix +++ b/machines/woodpecker-server/configuration.nix @@ -20,8 +20,8 @@ attic = { enable = true; scaling-factor = 64; - # 180 days retention (created cache on 25st October 2023) - retention-period = 180 * 24 * 60 * 60; + # 365 days retention (created cache on 25st October 2023) + retention-period = 365 * 24 * 60 * 60; }; nginx.geoIP = true; nix-common.enable = true;