From 4888a99b4da4db0e2b64e591e4b6c9736065613f Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 25 Aug 2015 17:02:53 -0400 Subject: dmd: gpg-agent: Set cache TTL. --- dotfiles/.dmd.d/init.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/.dmd.d/init.scm b/dotfiles/.dmd.d/init.scm index 5a2db7b..31ff1c8 100644 --- a/dotfiles/.dmd.d/init.scm +++ b/dotfiles/.dmd.d/init.scm @@ -133,6 +133,7 @@ Ruby version, and listens on PORT." #:requires '() #:start (make-system-constructor (list "gpg-agent" "--daemon" "--enable-ssh-support" + "--default-cache-ttl=10800" ; cache for 3 hours "--pinentry-program" (string-append %home "/.guix-profile/bin/pinentry-gtk-2"))) #:stop (make-system-destructor -- cgit v1.2.3