From 2029cc32e56a27be34663d6ac2c0250fb6b2c4fd Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sat, 27 Sep 2025 21:06:02 -0400 Subject: [PATCH] Disable actions --- clients/quadraticserver/forgejo.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/clients/quadraticserver/forgejo.nix b/clients/quadraticserver/forgejo.nix index b152b82..10cad68 100644 --- a/clients/quadraticserver/forgejo.nix +++ b/clients/quadraticserver/forgejo.nix @@ -21,7 +21,11 @@ }; oauth2_client.ENABLE_AUTO_REGISTRATION = true; repository.GO_GET_CLONE_URL_PROTOCOL = "ssh"; - actions.DEFAULT_ACTIONS_URL = "github"; + actions = { + # Disable for now + ENABLED = false; + DEFAULT_ACTIONS_URL = "github"; + }; server = { DOMAIN = domain;