diff options
author | Christian Segundo | 2024-01-05 14:56:06 +0100 |
---|---|---|
committer | Christian Segundo | 2024-01-05 14:56:06 +0100 |
commit | 6e06d7049a7cb21382d4f054da0eba67ae8dbeba (patch) | |
tree | 3544600ba5de7ca141714197183acae1b3fd729d /public/gpg/.gnupg-conf/gpg-agent.conf | |
parent | d5487b2e179e11f9f8f0d491b298e47ed6eb4266 (diff) | |
download | dotfiles-6e06d7049a7cb21382d4f054da0eba67ae8dbeba.tar.gz |
fix gnupg config
Diffstat (limited to 'public/gpg/.gnupg-conf/gpg-agent.conf')
-rw-r--r-- | public/gpg/.gnupg-conf/gpg-agent.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/gpg/.gnupg-conf/gpg-agent.conf b/public/gpg/.gnupg-conf/gpg-agent.conf new file mode 100644 index 0000000..ca08738 --- /dev/null +++ b/public/gpg/.gnupg-conf/gpg-agent.conf @@ -0,0 +1,3 @@ +default-cache-ttl 600 +max-cache-ttl 7200 +pinentry-program /opt/homebrew/bin/pinentry-mac |