From a59d691c8a237e6928853ed9ea132b51ee2cdab8 Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Sat, 24 Jan 2026 14:36:44 +0100 Subject: [PATCH] forgejo: enable runners --- hosts/thegeneralist-central/forgejo/default.nix | 3 +++ 1 file changed, 3 insertions(+) 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" =