diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-05-29 14:48:22 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-05-29 14:48:22 +0200 |
commit | 28e1cd3729bd39e34c5c0aabda3b5d53d4877133 (patch) | |
tree | a44f9378ab3c46902886c098d7be1bca325adbf0 /accounts/gkleen@sif | |
parent | c3c788067a3bb088f274d0c219323eacf1b1eda4 (diff) | |
download | nixos-28e1cd3729bd39e34c5c0aabda3b5d53d4877133.tar nixos-28e1cd3729bd39e34c5c0aabda3b5d53d4877133.tar.gz nixos-28e1cd3729bd39e34c5c0aabda3b5d53d4877133.tar.bz2 nixos-28e1cd3729bd39e34c5c0aabda3b5d53d4877133.tar.xz nixos-28e1cd3729bd39e34c5c0aabda3b5d53d4877133.zip |
gkleen@sif: forward emacs to uni2work-dev1
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
228 | host = { address = "localhost"; port = 9020; }; | 228 | host = { address = "localhost"; port = 9020; }; |
229 | } | 229 | } |
230 | ]; | 230 | ]; |
231 | remoteForwards = [ | ||
232 | { host = { address = "/run/user/1000/emacs/server"; }; | ||
233 | bind = { address = "/home/gkleen/.ssh/emacs-server"; }; | ||
234 | } | ||
235 | ]; | ||
231 | }; | 236 | }; |
232 | } | 237 | } |