This commit is contained in:
mjallen18
2025-04-24 15:11:05 -05:00
parent ebf15f5582
commit a11bd8c149
10 changed files with 9 additions and 191 deletions

View File

@@ -46,6 +46,7 @@ in
PROTOCOL = "http";
ROOT_URL = rootUrl;
SSH_PORT = sshPort;
# SSH_LISTEN_PORT = sshPort;
};
service = {
REGISTER_EMAIL_CONFIRM = false;
@@ -96,9 +97,13 @@ in
sourcePort = httpPort;
}
{
destination = "${localAddress}:${toString sshPort}";
destination = "${localAddress}:${toString 22}";
sourcePort = sshPort;
}
# {
# destination = "${localAddress}:${toString 22}";
# sourcePort = 22;
# }
];
};
}