diff --git a/modules/networking.nix b/modules/networking.nix index ab522b0..cc98739 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -56,10 +56,12 @@ { destination = "192.168.122.100:22"; sourcePort = 2222; + loopbackIPs = [ "10.0.1.3" ]; } { destination = "192.168.122.100:5000"; sourcePort = 5000; + loopbackIPs = [ "10.0.1.3" ]; } ]; };