2022-05-28 22:56:37 +03:00
|
|
|
{ hosts, ... }:
|
|
|
|
|
2021-10-16 21:18:53 +03:00
|
|
|
{
|
|
|
|
networking.nat.forwardPorts = [
|
|
|
|
{
|
|
|
|
sourcePort = 52222;
|
2022-05-28 22:56:37 +03:00
|
|
|
destination = "${hosts.soda.interfaces.primary.addr}:22";
|
2021-10-16 21:18:53 +03:00
|
|
|
proto = "tcp";
|
|
|
|
}
|
|
|
|
];
|
|
|
|
}
|