From 2448dbd8cf64bd25a49f2272a03d9ca8d824ef6f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 23 Aug 2021 14:28:28 +0200 Subject: gkleen@sif: fradrive --- accounts/gkleen@sif/ssh-hosts.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'accounts/gkleen@sif/ssh-hosts.nix') 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 @@ { bind = { address = "localhost"; port = 9021; }; host = { address = "localhost"; port = 9021; }; } + + { bind = { address = "localhost"; port = 3178; }; + host = { address = "localhost"; port = 3178; }; + } + { bind = { address = "localhost"; port = 8258; }; + host = { address = "localhost"; port = 8258; }; + } + { bind = { address = "localhost"; port = 8259; }; + host = { address = "localhost"; port = 8259; }; + } ]; remoteForwards = [ { host = { address = "/run/user/1000/emacs/server"; }; -- cgit v1.2.3