updated gitea ssh settings

This commit is contained in:
2026-04-13 15:09:12 -04:00
parent 95c6ade154
commit 5a2171b9c7
2 changed files with 2 additions and 3 deletions

View File

@@ -40,7 +40,6 @@
"cgroupdriver",
"charliermarsh",
"Checkpointing",
"cloudflared",
"codellama",
"codezombiech",
"compactmode",

View File

@@ -2,7 +2,7 @@ let
vars = import ../vars.nix;
in
{
networking.firewall.allowedTCPPorts = [ 6443 ];
networking.firewall.allowedTCPPorts = [ 6443 2223 ];
services.gitea = {
enable = true;
@@ -24,7 +24,7 @@ in
ROOT_URL = "https://gitea.tmmworkshop.com/";
HTTP_PORT = 6443;
SSH_PORT = 2223;
SSH_LISTEN_PORT = 2224;
SSH_LISTEN_PORT = 2223;
START_SSH_SERVER = true;
PUBLIC_URL_DETECTION = "auto";
};