diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-08-23 14:28:28 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-08-23 14:28:28 +0200 |
commit | 2448dbd8cf64bd25a49f2272a03d9ca8d824ef6f (patch) | |
tree | d65378bffeff157c855a175bec33183581ee46a6 /accounts/gkleen@sif/ssh-hosts.nix | |
parent | acfb8c6aa1f8ef6be578782ddfa903393bcad164 (diff) | |
download | nixos-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.nix | 10 |
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"; }; |