aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tw/home.scm5
-rw-r--r--tw/home/files/gpg-agent.conf9
2 files changed, 5 insertions, 9 deletions
diff --git a/tw/home.scm b/tw/home.scm
index 2dd6925f..2fdae8f9 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -58,6 +58,11 @@
pinentry-program " (if gui-pinentry?
(file-append pinentry-rofi "/bin/pinentry-rofi")
(file-append pinentry-tty "/bin/pinentry-tty")) "
+# 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
"))))
diff --git a/tw/home/files/gpg-agent.conf b/tw/home/files/gpg-agent.conf
deleted file mode 100644
index 80553267..00000000
--- a/tw/home/files/gpg-agent.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-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