From ccabdba397a3dea143add81a9cb3a5c2e8f8b350 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 9 May 2024 03:09:55 -0400 Subject: [PATCH] Infini-DL360/forgejo: change ssh domain --- hosts/Infini-DL360/forgejo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Infini-DL360/forgejo.nix b/hosts/Infini-DL360/forgejo.nix index 940949a..136d9dd 100644 --- a/hosts/Infini-DL360/forgejo.nix +++ b/hosts/Infini-DL360/forgejo.nix @@ -12,7 +12,7 @@ in settings = { server = { ROOT_URL = "https://${domain}/"; - SSH_DOMAIN = domain; + SSH_DOMAIN = config.common.domain; LANDING_PAGE = "explore"; }; mailer = with config.common.email; {