From f645808a1449a40d71e3cadd0b5b5bac164d5a7f Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 2 Sep 2022 10:07:50 -0400 Subject: lots of updates, idk --- lib/ssh.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ssh.nix') diff --git a/lib/ssh.nix b/lib/ssh.nix index 2d1ab46..48b79ad 100644 --- a/lib/ssh.nix +++ b/lib/ssh.nix @@ -4,6 +4,7 @@ let homedir = builtins.getEnv "HOME"; in { programs.ssh = { + controlMaster = "auto"; enable = true; forwardAgent = true; matchBlocks = { -- cgit v1.2.3