diff options
author | Ben Sima <ben@bsima.me> | 2022-09-02 10:07:50 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-09-02 10:07:50 -0400 |
commit | f645808a1449a40d71e3cadd0b5b5bac164d5a7f (patch) | |
tree | bb1f9477c840ed41fc90e7a86cfb735d543d2ec0 /lib/ssh.nix | |
parent | a55d3efcaa9b8d2a30b40606dae3e06b37665369 (diff) |
lots of updates, idk
Diffstat (limited to 'lib/ssh.nix')
-rw-r--r-- | lib/ssh.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { |