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; {