add t_ bypass local network
This commit is contained in:
parent
22f122395e
commit
55e1884de2
1 changed files with 9 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue