diff options
author | EuAndreh <eu@euandre.org> | 2022-10-29 17:09:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-29 17:09:08 -0300 |
commit | 9d29a579a99fe07666c70ff02b71fc21469d450b (patch) | |
tree | 985b1ed0d970f8f2c8857faf498be1fcb39f9e86 /etc/gnupg | |
parent | Generate etc/git/config-extra from Makefile instead of Guix Home (diff) | |
download | dotfiles-9d29a579a99fe07666c70ff02b71fc21469d450b.tar.gz dotfiles-9d29a579a99fe07666c70ff02b71fc21469d450b.tar.xz |
Generate etc/gnupg/gpg-agent.conf from Makefile instead of Guix Home
Diffstat (limited to 'etc/gnupg')
-rw-r--r-- | etc/gnupg/gpg-agent.conf.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/gnupg/gpg-agent.conf.tmpl b/etc/gnupg/gpg-agent.conf.tmpl new file mode 100644 index 0000000..e772820 --- /dev/null +++ b/etc/gnupg/gpg-agent.conf.tmpl @@ -0,0 +1,6 @@ +# 2592000 = 60 * 60 * 24 * 30 +default-cache-ttl 172800 +default-cache-ttl-ssh 172800 +max-cache-ttl 2592000 +max-cache-ttl-ssh 2592000 +enable-ssh-support |