home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d2f213f4a1c8ea92ed1d1ac7cb21531e9b22e4e1
parent 3cf4ab613b991ca0a80a364d416fe4673dcb550e
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 12 Oct 2018 18:58:29 +0200

Remove old "remote"

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mssh.nix | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/ssh.nix b/ssh.nix @@ -33,14 +33,6 @@ controlPersist = "360"; }; }; - hokkaido-remote = { - proxyCommand = "${pkgs.openssh}/bin/ssh -q p.sbr.pm nc localhost 2223"; - user = "vincent"; - }; - honshu-remote = { - proxyCommand = "${pkgs.openssh}/bin/ssh -q p.sbr.pm nc localhost 2224"; - user = "vincent"; - }; }; }; }