diff --git a/hosts/thegeneralist-central/forgejo/default.nix b/hosts/thegeneralist-central/forgejo/default.nix index 30ca4cf..70c2589 100644 --- a/hosts/thegeneralist-central/forgejo/default.nix +++ b/hosts/thegeneralist-central/forgejo/default.nix @@ -26,6 +26,9 @@ in }; attachment.ALLOWED_TYPES = "*/*"; + actions = { + ENABLED = true; + }; cache.ENABLED = true; "cron.archive_cleanup" =