From 598e11064150df05c8a8d7b7f60ba9ff3746dcbd Mon Sep 17 00:00:00 2001 From: June Date: Sat, 20 Jan 2024 21:39:22 +0100 Subject: [PATCH] Don't keep artifacts for so long Keep them for 30 days instead of the default 90. --- config/hosts/git/forgejo.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/hosts/git/forgejo.nix b/config/hosts/git/forgejo.nix index 22be46b..cd8477a 100644 --- a/config/hosts/git/forgejo.nix +++ b/config/hosts/git/forgejo.nix @@ -51,6 +51,7 @@ }; actions = { ENABLED = true; + ARTIFACT_RETENTION_DAYS = 30; }; mailer = { ENABLED = true;