test VM: expose pion port

This commit is contained in:
Rory&
2026-05-24 01:34:38 +02:00
parent 051c92c30e
commit f073128035
+6
View File
@@ -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;