add t_ bypass local network

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-02-14 11:12:05 -06:00
parent 22f122395e
commit 55e1884de2

View file

@ -40,7 +40,7 @@ in
identityFile = age.secrets.nix2joe.path; identityFile = age.secrets.nix2joe.path;
user = "josh"; user = "josh";
}; };
"gpdPocket3" = { "gp3" = {
identityFile = age.secrets.nix2gpdPocket3.path; identityFile = age.secrets.nix2gpdPocket3.path;
user = "josh"; user = "josh";
}; };
@ -63,6 +63,14 @@ in
TERM = "vt100"; TERM = "vt100";
}; };
}; };
"t_" = {
identityFile = age.secrets.nix2t.path;
hostname = "10.12.14.103";
user = "joshua.bell";
setEnv = {
TERM = "vt100";
};
};
"mbptv" = { "mbptv" = {
identityFile = age.secrets.nix2gpdPocket3.path; identityFile = age.secrets.nix2gpdPocket3.path;
user = "waka"; user = "waka";