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;