cleanup
This commit is contained in:
@@ -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;
|
||||
# }
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user