From e7314a6e9092b39ff96e0fb3b7a8c906fba7cc10 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sun, 2 Nov 2025 10:49:53 -0800 Subject: Disable gpg-agent to test for bug in home-manager --- home/nipsy/common/optional/secrets.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/nipsy/common/optional/secrets.nix b/home/nipsy/common/optional/secrets.nix index 24ea99c..b4dabdd 100644 --- a/home/nipsy/common/optional/secrets.nix +++ b/home/nipsy/common/optional/secrets.nix @@ -13,7 +13,7 @@ services.gpg-agent = { defaultCacheTtl = 43200; defaultCacheTtlSsh = 43200; - enable = true; + #enable = true; enableExtraSocket = true; enableSshSupport = true; maxCacheTtl = 86400; -- cgit v1.2.3