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