summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix
index 1b9fb842..e0ef2b67 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -227,6 +227,9 @@
227 { bind = { address = "localhost"; port = 9020; }; 227 { bind = { address = "localhost"; port = 9020; };
228 host = { address = "localhost"; port = 9020; }; 228 host = { address = "localhost"; port = 9020; };
229 } 229 }
230 { bind = { address = "localhost"; port = 9021; };
231 host = { address = "localhost"; port = 9021; };
232 }
230 ]; 233 ];
231 remoteForwards = [ 234 remoteForwards = [
232 { host = { address = "/run/user/1000/emacs/server"; }; 235 { host = { address = "/run/user/1000/emacs/server"; };