From 422cc04b0934bd3b1932aaa25f66e5aba48b799b Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sat, 22 Apr 2023 23:21:43 +0200 Subject: Reinstate vdirsyncer cronjobs With a long-enough TTL on the passwords in gpg-agent, this should work without popping up a password prompt every half hour. --- tw/home/files/gpg-agent.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tw/home/files') diff --git a/tw/home/files/gpg-agent.conf b/tw/home/files/gpg-agent.conf index 6f476443..80553267 100644 --- a/tw/home/files/gpg-agent.conf +++ b/tw/home/files/gpg-agent.conf @@ -1,4 +1,9 @@ pinentry-program pinentry-rofi +# Keep passphrase cached for longer, so that mcron jobs (e.g. restic, +# vdirsyncer) can access the password store. Vdirsyncer should run every half +# hour to extend the default-cache-ttl. +default-cache-ttl 2100 # 35 min +max-cache-ttl 43200 # 12 h # Needed if spawning lots of parallel gpg --decrypt processes. # https://dev.gnupg.org/T3530 auto-expand-secmem -- cgit v1.2.3