diff options
author | 2019-08-31 10:02:50 -0400 | |
---|---|---|
committer | 2019-08-31 10:03:30 -0400 | |
commit | f18c738452d3c93ace3ff60cb339d8918f15e365 (patch) | |
tree | 55bc63b4162b5d8d1788ccb234f60cf04becd71f /.gnupg | |
parent | 2c483b3ea7a7ef7f0dbd6f1264dbff73a6ca9614 (diff) | |
download | configs-f18c738452d3c93ace3ff60cb339d8918f15e365.tar.gz configs-f18c738452d3c93ace3ff60cb339d8918f15e365.tar.xz configs-f18c738452d3c93ace3ff60cb339d8918f15e365.zip |
emacs,gnupg: do pinentry outside emacs
Diffstat (limited to '.gnupg')
-rw-r--r-- | .gnupg/gpg-agent.conf | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index b0ff3ac..1b59d64 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -1,9 +1,7 @@ default-cache-ttl 43200 -max-cache-ttl 43200 +max-cache-ttl 86400 -default-cache-ttl-ssh 10800 -max-cache-ttl-ssh 10800 +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 /home/bandali/.guix-profile/bin/pinentry |