summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-05-24 01:34:38 +0200
committerRory& <root@rory.gay>2026-05-24 01:34:38 +0200
commitf073128035e55b50af84d2083cb874baf7467294 (patch)
tree755569a00909bd6e105f88a4764dba07bc7b94a3
parentAdd internal status order enum (diff)
downloadserver-ts-f073128035e55b50af84d2083cb874baf7467294.tar.xz
test VM: expose pion port
-rw-r--r--nix/testVm/vm.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nix/testVm/vm.nix b/nix/testVm/vm.nix

index 1138e8b7..c07e4f92 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;