From 0147a048faf3958935fa0b7ca2c28b0541293492 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Sun, 5 Oct 2025 15:00:19 +0100 Subject: [PATCH] bordervm: comment out tang forwarding --- bordervm-configuration.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bordervm-configuration.nix b/bordervm-configuration.nix index 1b0e7cd..cb0b437 100644 --- a/bordervm-configuration.nix +++ b/bordervm-configuration.nix @@ -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";