port SSH alternatif

This commit is contained in:
nyanloutre 2019-06-07 10:28:24 +02:00
parent de25eb9a36
commit 651a0d3c64
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ in
# externalIP = "0.0.0.0";
internalIPs = [ "10.30.0.0/16" ];
internalInterfaces = [ "eno2" ];
forwardPorts = [
{ destination = "10.30.0.1:22"; proto = "tcp"; sourcePort = 8443;}
];
};
firewall = {