summaryrefslogtreecommitdiff
path: root/lib/ssh.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-09-02 10:07:50 -0400
committerBen Sima <ben@bsima.me>2022-09-02 10:07:50 -0400
commitf645808a1449a40d71e3cadd0b5b5bac164d5a7f (patch)
treebb1f9477c840ed41fc90e7a86cfb735d543d2ec0 /lib/ssh.nix
parenta55d3efcaa9b8d2a30b40606dae3e06b37665369 (diff)
lots of updates, idk
Diffstat (limited to 'lib/ssh.nix')
-rw-r--r--lib/ssh.nix1
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 = {