services/backbone-routing: forward soda container
This commit is contained in:
parent
2abaa859ab
commit
37258071e7
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
|
{ hosts, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
networking.nat.forwardPorts = [
|
networking.nat.forwardPorts = [
|
||||||
{
|
{
|
||||||
sourcePort = 52222;
|
sourcePort = 52222;
|
||||||
destination = "10.10.2.205:22";
|
destination = "${hosts.soda.interfaces.primary.addr}:22";
|
||||||
proto = "tcp";
|
proto = "tcp";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue