summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/ssh-hosts.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix
index e8a00edf..3caa8619 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -236,6 +236,16 @@
236 { bind = { address = "localhost"; port = 9021; }; 236 { bind = { address = "localhost"; port = 9021; };
237 host = { address = "localhost"; port = 9021; }; 237 host = { address = "localhost"; port = 9021; };
238 } 238 }
239
240 { bind = { address = "localhost"; port = 3178; };
241 host = { address = "localhost"; port = 3178; };
242 }
243 { bind = { address = "localhost"; port = 8258; };
244 host = { address = "localhost"; port = 8258; };
245 }
246 { bind = { address = "localhost"; port = 8259; };
247 host = { address = "localhost"; port = 8259; };
248 }
239 ]; 249 ];
240 remoteForwards = [ 250 remoteForwards = [
241 { host = { address = "/run/user/1000/emacs/server"; }; 251 { host = { address = "/run/user/1000/emacs/server"; };