From 51ec48148acfb31c74d1f293b98416b8a3235f7d Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Thu, 29 Jan 2026 12:04:53 -0600 Subject: [PATCH] remove local port forward --- flakes/common/hm_modules/ssh.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/flakes/common/hm_modules/ssh.nix b/flakes/common/hm_modules/ssh.nix index 76b30078..711dc5ab 100644 --- a/flakes/common/hm_modules/ssh.nix +++ b/flakes/common/hm_modules/ssh.nix @@ -72,13 +72,6 @@ in "t" = { identityFile = lib.mkIf (hasSecret "nix2t") osConfig.age.secrets.nix2t.path; user = "joshua.bell"; - localForwards = [ - { - bind.port = 3002; - host.port = 3002; - host.address = "localhost"; - } - ]; setEnv = { TERM = "vt100"; }; @@ -87,13 +80,6 @@ in identityFile = lib.mkIf (hasSecret "nix2t") osConfig.age.secrets.nix2t.path; hostname = "10.12.14.181"; user = "joshua.bell"; - localForwards = [ - { - bind.port = 3002; - host.port = 3002; - host.address = "localhost"; - } - ]; setEnv = { TERM = "vt100"; };