services/backbone-routing: forward soda container

This commit is contained in:
Max Headroom 2022-05-28 21:56:37 +02:00
parent 2abaa859ab
commit 37258071e7

View file

@ -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";
} }
]; ];