From e0fa88105d61217e885a929dc44d2791a070023b Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Tue, 28 Jan 2025 17:28:14 +0800 Subject: [PATCH] change ROOT_URL config for forgejo --- nixos/modules/forgejo.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/forgejo.nix b/nixos/modules/forgejo.nix index 3e4af47..b0fc2e9 100644 --- a/nixos/modules/forgejo.nix +++ b/nixos/modules/forgejo.nix @@ -83,6 +83,7 @@ in START_SSH_SERVER = true; SSH_PORT = cfg.sshPort; HTTP_PORT = cfg.httpPort; + ROOT_URL = "https://${cfg.domain}"; }; }; };