From 55e1884de26c7bf99e2aee2ef59573666ded0721 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Fri, 14 Feb 2025 11:12:05 -0600 Subject: [PATCH] add t_ bypass local network --- components/hm/ssh.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/components/hm/ssh.nix b/components/hm/ssh.nix index 07fbf53..dfa9595 100644 --- a/components/hm/ssh.nix +++ b/components/hm/ssh.nix @@ -40,7 +40,7 @@ in identityFile = age.secrets.nix2joe.path; user = "josh"; }; - "gpdPocket3" = { + "gp3" = { identityFile = age.secrets.nix2gpdPocket3.path; user = "josh"; }; @@ -63,6 +63,14 @@ in TERM = "vt100"; }; }; + "t_" = { + identityFile = age.secrets.nix2t.path; + hostname = "10.12.14.103"; + user = "joshua.bell"; + setEnv = { + TERM = "vt100"; + }; + }; "mbptv" = { identityFile = age.secrets.nix2gpdPocket3.path; user = "waka";