Desktop/ssh: add config to connect to everest over the internet
This commit is contained in:
parent
cfa31cbe51
commit
a643254864
1 changed files with 7 additions and 0 deletions
|
|
@ -14,6 +14,13 @@
|
|||
enable = true;
|
||||
matchBlocks = {
|
||||
"everest" = {
|
||||
host = "toast003.xyz";
|
||||
hostname = "toast003.xyz";
|
||||
forwardAgent = true;
|
||||
sendEnv = ["COLORTERM"];
|
||||
port = 69;
|
||||
};
|
||||
"everest-tailscale" = {
|
||||
host = "everest";
|
||||
hostname = "everest.tailscale";
|
||||
forwardAgent = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue