From 63019692e8c26f3f37cfadfd6323327786615084 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 6 Feb 2024 16:14:52 +0300 Subject: [PATCH] Don't enable actions for now --- hosts/cube/forgejo.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/cube/forgejo.nix b/hosts/cube/forgejo.nix index 9bac132..59a465c 100644 --- a/hosts/cube/forgejo.nix +++ b/hosts/cube/forgejo.nix @@ -28,10 +28,10 @@ in serverSystemConfiguration { settings = { default.APP_NAME = "RGBCube's Forge of Shitty Software"; - actions = { - ENABLED = true; - DEFAULT_ACTIONS_URL = "https://${fqdn}"; - }; + # actions = { + # ENABLED = true; + # DEFAULT_ACTIONS_URL = "https://${fqdn}"; + # }; attachment.ALLOWED_TYPES = "*/*";