bordervm: comment out tang forwarding

This commit is contained in:
Daniel Barlow
2025-10-05 15:00:19 +01:00
parent ce8a5c1cd3
commit 0147a048fa

View File

@@ -116,12 +116,12 @@ in
virtualisation = {
forwardPorts = [
{
from = "host";
host.port = 7654;
# guest.address = "10.0.2.15";
guest.port = 7654;
}
# {
# # guest tang service exposed on host for easy querying
# from = "host";
# host.port = 7654;
# guest.port = 7654;
# }
{
host.port = 2222;
guest.address = "10.0.2.15";