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}"; }; }; };