depot/hosts/VEGAS/services/backbone-routing/port-forward.nix

10 lines
140 B
Nix
Raw Normal View History

{
networking.nat.forwardPorts = [
{
sourcePort = 52222;
destination = "10.10.2.205:22";
proto = "tcp";
}
];
}