diff options
author | 2021-03-13 23:44:05 -0500 | |
---|---|---|
committer | 2021-03-13 23:44:05 -0500 | |
commit | 9867e4bbee2bcfe7050b0c9d98cbf72653f658ac (patch) | |
tree | ff156bf6c2db972b6e4ac131563e4ba0aee815bd /.gnupg | |
parent | be78d2d531eb16d8c72499cb7396354c9d2b16b4 (diff) | |
download | configs-9867e4bbee2bcfe7050b0c9d98cbf72653f658ac.tar.gz configs-9867e4bbee2bcfe7050b0c9d98cbf72653f658ac.tar.xz configs-9867e4bbee2bcfe7050b0c9d98cbf72653f658ac.zip |
Many uncommitted changes
Diffstat (limited to '.gnupg')
-rw-r--r-- | .gnupg/gpg-agent.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 5263551..ac7ad2c 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -1,9 +1,10 @@ -default-cache-ttl 43200 -max-cache-ttl 86400 +default-cache-ttl 10000000 +max-cache-ttl 10000000 default-cache-ttl-ssh 43200 max-cache-ttl-ssh 86400 # pinentry-program /home/bandali/.guix-profile/bin/pinentry-emacs -# allow-emacs-pinentry -# allow-loopback-pinentry +# pinentry-program /usr/bin/pinentry-gtk-2 +allow-emacs-pinentry +allow-loopback-pinentry |