From 56293e353c34c6a87f25ad682c6bbfda79906281 Mon Sep 17 00:00:00 2001 From: satr14 Date: Sat, 6 Jun 2026 10:13:12 +0700 Subject: [PATCH] fix actions url --- modules/system/homelab/git.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/system/homelab/git.nix b/modules/system/homelab/git.nix index 7341d16..5f6bfa7 100644 --- a/modules/system/homelab/git.nix +++ b/modules/system/homelab/git.nix @@ -20,7 +20,8 @@ ROOT_URL = "https://git.${homelab.domain}"; LANDING_PAGE = "explore"; }; - oauth2_client.ENABLE_AUTO_REGISTRATION=true; + actions.DEFAULT_ACTIONS_URL = "https://git.satr14.my.id"; + oauth2_client.ENABLE_AUTO_REGISTRATION = true; service = { DISABLE_REGISTRATION = true; ENABLE_OPENID_SIGNIN = false;