diff --git a/nix/testVm/vm.nix b/nix/testVm/vm.nix index c07e4f926..50eb4d259 100644 --- a/nix/testVm/vm.nix +++ b/nix/testVm/vm.nix @@ -27,6 +27,11 @@ host.port = 8080; guest.port = 80; } + { + from = "host"; + host.port = 8443; + guest.port = 443; + } { from="host"; host.port = 6000;