From 0543198e6b6a3892f1d077d3fbad11f74f0fd066 Mon Sep 17 00:00:00 2001 From: Jaculabilis Date: Mon, 12 Feb 2024 15:53:53 +0000 Subject: [PATCH] empyrean: enable automatic gitea archive cleanup The backup dumps are reaching GB size, pretty sure there's not a GB of git data --- machine/empyrean/gitea.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine/empyrean/gitea.nix b/machine/empyrean/gitea.nix index 043d7ad..713741b 100644 --- a/machine/empyrean/gitea.nix +++ b/machine/empyrean/gitea.nix @@ -45,7 +45,7 @@ "picture" = { DISABLE_GRAVATAR = true; }; - "cron.archive_cleanup".ENABLED = false; + #"cron.archive_cleanup".ENABLED = false; # TODO: figure out why this was enabled "cron.sync_external_users".ENABLED = false; log.LEVEL = "Info"; # Private server