summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/ssh-hosts.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-08-23 14:28:28 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-08-23 14:28:28 +0200
commit2448dbd8cf64bd25a49f2272a03d9ca8d824ef6f (patch)
treed65378bffeff157c855a175bec33183581ee46a6 /accounts/gkleen@sif/ssh-hosts.nix
parentacfb8c6aa1f8ef6be578782ddfa903393bcad164 (diff)
downloadnixos-2448dbd8cf64bd25a49f2272a03d9ca8d824ef6f.tar
nixos-2448dbd8cf64bd25a49f2272a03d9ca8d824ef6f.tar.gz
nixos-2448dbd8cf64bd25a49f2272a03d9ca8d824ef6f.tar.bz2
nixos-2448dbd8cf64bd25a49f2272a03d9ca8d824ef6f.tar.xz
nixos-2448dbd8cf64bd25a49f2272a03d9ca8d824ef6f.zip
gkleen@sif: fradrive
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"; };