diff options
author | Ben Sima <ben@bsima.me> | 2022-02-09 13:27:36 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-02-09 13:27:44 -0500 |
commit | 032044685589be5cb68be4c72e001c4e5879998c (patch) | |
tree | 6744941e950d658465a41ece165973b67c3a9a0b | |
parent | b8971c288c137657230e4ee7d6503509d04c2ddf (diff) |
ssh: rename groq -> bsima
-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"; }; }; |