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;