diff options
-rw-r--r-- | lib/ssh.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssh.nix b/lib/ssh.nix index e491d46..b641dd5 100644 --- a/lib/ssh.nix +++ b/lib/ssh.nix @@ -15,7 +15,7 @@ in { }; # groq - "groq" = { + "bsima" = { hostname = "bsima"; # must be on vpn user = "bsima"; identityFile = [ "${homedir}/.ssh/groq" ]; @@ -24,6 +24,7 @@ in { extraOptions = { #"RemoteCommand" = "tmux -CC new -As0"; "RequestTTY" = "force"; + "LocalForward" = "8888 127.0.0.1:8888"; }; }; |