diff options
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"; }; }; |