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";