nix test vm: expose 8443->443

This commit is contained in:
Rory&
2026-07-08 03:24:11 +02:00
parent e313626760
commit 836a4e3f21
+5
View File
@@ -27,6 +27,11 @@
host.port = 8080;
guest.port = 80;
}
{
from = "host";
host.port = 8443;
guest.port = 443;
}
{
from="host";
host.port = 6000;