summaryrefslogtreecommitdiff
path: root/lib/ssh.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-07-29 01:34:23 -0400
committerBen Sima <ben@bsima.me>2022-07-29 01:34:30 -0400
commitbd877092763e7b36605c582cf3d298fbb1653b71 (patch)
treede036b9b477277c93af17782d08f2cea7655326c /lib/ssh.nix
parent1f38efe0ee491b22eaadf5bdbfb2a621fa2a6fdb (diff)
groq-specific fixes
Diffstat (limited to 'lib/ssh.nix')
-rw-r--r--lib/ssh.nix1
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";
};
};