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 = "*/*";