diff --git a/hosts/oparic-local-dev/configuration.nix b/hosts/oparic-local-dev/configuration.nix index 1631bea..1150bf7 100644 --- a/hosts/oparic-local-dev/configuration.nix +++ b/hosts/oparic-local-dev/configuration.nix @@ -123,6 +123,11 @@ enable = true; internalInterfaces = [ "ve-o4dev" ]; externalInterface = "ens18"; + forwardPorts = [{ + sourcePort = 40000; + destination = "10.233.1.2:80"; + proto = "tcp"; + }]; }; # NixOS container: o4dev