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 =
|
||||
map (port: {
|
||||
destination =
|
||||
toString vars.ovenNat.pastila.address ++ ":" ++ toString port.num;
|
||||
toString vars.ovenNat.pastila.address + ":" + toString port.num;
|
||||
proto = port.proto;
|
||||
sourcePort = port.num;
|
||||
}) vars.ovenNat.forwardPorts;
|
||||
|
@ -73,7 +73,6 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
services.openssh.settings.PermitRootLogin = "no";
|
||||
services.openssh.ports = [ 2222 ];
|
||||
|
||||
# Set up the hypervisor
|
||||
|
|
Loading…
Reference in a new issue