summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix5
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}