diff options
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index d6f7c1dc..4c5895cd 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -480,4 +480,23 @@ | |||
480 | ''); | 480 | ''); |
481 | }; | 481 | }; |
482 | }; | 482 | }; |
483 | "srv01.uniworx.de" = | ||
484 | { | ||
485 | localForwards = [ | ||
486 | { bind = { address = "localhost"; port = 3665; }; | ||
487 | host = { address = "localhost"; port = 3665; }; | ||
488 | } | ||
489 | { bind = { address = "localhost"; port = 8745; }; | ||
490 | host = { address = "localhost"; port = 8745; }; | ||
491 | } | ||
492 | { bind = { address = "localhost"; port = 8746; }; | ||
493 | host = { address = "localhost"; port = 8746; }; | ||
494 | } | ||
495 | ]; | ||
496 | remoteForwards = [ | ||
497 | { host = { address = "/run/user/1000/emacs/server"; }; | ||
498 | bind = { address = "/home/gkleen/.ssh/emacs-server"; }; | ||
499 | } | ||
500 | ]; | ||
501 | }; | ||
483 | } | 502 | } |