diff --git a/nix/testVm/vm.nix b/nix/testVm/vm.nix index 1138e8b72..c07e4f926 100644 --- a/nix/testVm/vm.nix +++ b/nix/testVm/vm.nix @@ -27,6 +27,12 @@ host.port = 8080; guest.port = 80; } + { + from="host"; + host.port = 6000; + guest.port = 6000; + proto = "udp"; + } ]; networking.useDHCP = lib.mkForce true;