diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-06-07 09:58:19 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-06-07 09:58:19 +0200 |
commit | e2de9ddcb0a02c43d3a23201f34aae8be6553e4b (patch) | |
tree | df9c297de9d7941ce82f582ee2a134736b397665 /accounts | |
parent | e78a3b53ef467235e509761427229c961c3c6744 (diff) | |
download | nixos-e2de9ddcb0a02c43d3a23201f34aae8be6553e4b.tar nixos-e2de9ddcb0a02c43d3a23201f34aae8be6553e4b.tar.gz nixos-e2de9ddcb0a02c43d3a23201f34aae8be6553e4b.tar.bz2 nixos-e2de9ddcb0a02c43d3a23201f34aae8be6553e4b.tar.xz nixos-e2de9ddcb0a02c43d3a23201f34aae8be6553e4b.zip |
gkleen@sif: forward hoogle from uni2work-dev1
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 3 |
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"; }; |