summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-07-08 03:24:11 +0200
committerRory& <root@rory.gay>2026-07-08 03:24:11 +0200
commit836a4e3f2175c5d327c00e582e3447fed5483071 (patch)
tree26476dc139ccd5a4a27cb4da387f719ac4507731
parentClean up nix test vm to more closely match prod (diff)
downloadserver-ts-836a4e3f2175c5d327c00e582e3447fed5483071.tar.xz
nix test vm: expose 8443->443
-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;