diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-02-09 17:12:07 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-02-09 17:12:07 +0100 |
commit | c038f4a4f2c4b8d456bcc04dbcbe09120de731f4 (patch) | |
tree | 6dce9b3f2c3c2a5d85696ce21829aeada8ac412f /accounts/gkleen@sif/ssh-hosts.nix | |
parent | 8bcc1851adc49ab0ff80b98b27805447a3f37e31 (diff) | |
download | nixos-c038f4a4f2c4b8d456bcc04dbcbe09120de731f4.tar nixos-c038f4a4f2c4b8d456bcc04dbcbe09120de731f4.tar.gz nixos-c038f4a4f2c4b8d456bcc04dbcbe09120de731f4.tar.bz2 nixos-c038f4a4f2c4b8d456bcc04dbcbe09120de731f4.tar.xz nixos-c038f4a4f2c4b8d456bcc04dbcbe09120de731f4.zip |
...
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 | } |