From c038f4a4f2c4b8d456bcc04dbcbe09120de731f4 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 9 Feb 2023 17:12:07 +0100 Subject: ... --- accounts/gkleen@sif/ssh-hosts.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'accounts/gkleen@sif/ssh-hosts.nix') 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 @@ ''); }; }; + "srv01.uniworx.de" = + { + localForwards = [ + { bind = { address = "localhost"; port = 3665; }; + host = { address = "localhost"; port = 3665; }; + } + { bind = { address = "localhost"; port = 8745; }; + host = { address = "localhost"; port = 8745; }; + } + { bind = { address = "localhost"; port = 8746; }; + host = { address = "localhost"; port = 8746; }; + } + ]; + remoteForwards = [ + { host = { address = "/run/user/1000/emacs/server"; }; + bind = { address = "/home/gkleen/.ssh/emacs-server"; }; + } + ]; + }; } -- cgit v1.2.3