From 0e767e54695bdb877959ebe7c002cfe223053700 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 27 Nov 2024 14:57:23 -0500 Subject: [PATCH] ssh: addKeysToAgent --- modules/home/all/ssh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/all/ssh.nix b/modules/home/all/ssh.nix index f963466..55ef928 100644 --- a/modules/home/all/ssh.nix +++ b/modules/home/all/ssh.nix @@ -3,6 +3,8 @@ programs.ssh = { enable = true; + addKeysToAgent = "yes"; + # Note: More defined in juspay.nix matchBlocks = { pureintent = {