summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nix/testVm/vm.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nix/testVm/vm.nix b/nix/testVm/vm.nix

index c07e4f92..50eb4d25 100644 --- a/nix/testVm/vm.nix +++ b/nix/testVm/vm.nix
@@ -28,6 +28,11 @@ guest.port = 80; } { + from = "host"; + host.port = 8443; + guest.port = 443; + } + { from="host"; host.port = 6000; guest.port = 6000;