From 52d3a99e2dd2a4b152fe8d13448cb873bfc3deab Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 28 Sep 2024 14:33:25 +0200 Subject: [PATCH] feat: expand cache ttl for cron --- home/home-configuration.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/home/home-configuration.scm b/home/home-configuration.scm index b49973e..372826d 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -363,6 +363,7 @@ exec ~a ~a" (home-gpg-agent-configuration (pinentry-program (file-append pinentry-gtk2 "/bin/pinentry-gtk-2")) + (max-cache-ttl 72000) (extra-content "allow-emacs-pinentry allow-loopback-pinentry -- 2.48.1