From 28e1cd3729bd39e34c5c0aabda3b5d53d4877133 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 29 May 2021 14:48:22 +0200 Subject: gkleen@sif: forward emacs to uni2work-dev1 --- accounts/gkleen@sif/ssh-hosts.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index 137b81b0..1b9fb842 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix @@ -228,5 +228,10 @@ host = { address = "localhost"; port = 9020; }; } ]; + remoteForwards = [ + { host = { address = "/run/user/1000/emacs/server"; }; + bind = { address = "/home/gkleen/.ssh/emacs-server"; }; + } + ]; }; } -- cgit v1.2.3