fix
This commit is contained in:
parent
14cc3fb388
commit
5ee250766e
1 changed files with 1 additions and 2 deletions
|
@ -49,7 +49,7 @@ in
|
||||||
forwardPorts =
|
forwardPorts =
|
||||||
map (port: {
|
map (port: {
|
||||||
destination =
|
destination =
|
||||||
toString vars.ovenNat.pastila.address ++ ":" ++ toString port.num;
|
toString vars.ovenNat.pastila.address + ":" + toString port.num;
|
||||||
proto = port.proto;
|
proto = port.proto;
|
||||||
sourcePort = port.num;
|
sourcePort = port.num;
|
||||||
}) vars.ovenNat.forwardPorts;
|
}) vars.ovenNat.forwardPorts;
|
||||||
|
@ -73,7 +73,6 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.openssh.settings.PermitRootLogin = "no";
|
|
||||||
services.openssh.ports = [ 2222 ];
|
services.openssh.ports = [ 2222 ];
|
||||||
|
|
||||||
# Set up the hypervisor
|
# Set up the hypervisor
|
||||||
|
|
Loading…
Reference in a new issue