Desktop/ssh: add config to connect to everest over the internet

This commit is contained in:
Toast 2024-10-29 09:44:59 +01:00
parent cfa31cbe51
commit a643254864

View file

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