diff options
| -rw-r--r-- | home/nipsy/common/optional/secrets.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
