diff --git a/forgejo.nix b/forgejo.nix index c11acbb..23869a3 100644 --- a/forgejo.nix +++ b/forgejo.nix @@ -11,7 +11,9 @@ ROOT_URL = "https://git.${domainName}/"; PROTOCOL = "http"; DOMAIN = "git.${domainName}"; + SSH_PORT = 2222; }; + session.COOKIE_SECURE = true; service.DISABLE_REGISTRATION = true; }; };