diff options
author | Ben Sima <ben@bsima.me> | 2022-07-29 01:34:23 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-07-29 01:34:30 -0400 |
commit | bd877092763e7b36605c582cf3d298fbb1653b71 (patch) | |
tree | de036b9b477277c93af17782d08f2cea7655326c /lib | |
parent | 1f38efe0ee491b22eaadf5bdbfb2a621fa2a6fdb (diff) |
groq-specific fixes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssh.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssh.nix b/lib/ssh.nix index b641dd5..2d1ab46 100644 --- a/lib/ssh.nix +++ b/lib/ssh.nix @@ -24,7 +24,6 @@ in { extraOptions = { #"RemoteCommand" = "tmux -CC new -As0"; "RequestTTY" = "force"; - "LocalForward" = "8888 127.0.0.1:8888"; }; }; |