diff --git a/home/programs/ssh.nix b/home/programs/ssh.nix index 2513d98..aa24012 100644 --- a/home/programs/ssh.nix +++ b/home/programs/ssh.nix @@ -2,6 +2,5 @@ _: { programs.ssh = { enable = true; compression = true; - controlMaster = "yes"; }; }