diff options
author | 2020-10-06 00:14:12 -0400 | |
---|---|---|
committer | 2020-10-06 00:14:12 -0400 | |
commit | ca3a844af240ca87882522d14b530e0f1a6327ef (patch) | |
tree | b01f2630bf8e9af96d9dd40d8e19540544dd6b71 /.gnupg | |
parent | d7dee82420a04e5c92e5b5ad316e14a49bd4d689 (diff) | |
download | configs-ca3a844af240ca87882522d14b530e0f1a6327ef.tar.gz configs-ca3a844af240ca87882522d14b530e0f1a6327ef.tar.xz configs-ca3a844af240ca87882522d14b530e0f1a6327ef.zip |
Move user-level configs out of rc.org
I will keep rc.org around for now, only for system-level (global)
config files.
Diffstat (limited to '.gnupg')
-rw-r--r-- | .gnupg/gpg-agent.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf new file mode 100644 index 0000000..ba418db --- /dev/null +++ b/.gnupg/gpg-agent.conf @@ -0,0 +1,9 @@ +default-cache-ttl 43200 +max-cache-ttl 86400 + +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 |