diff options
-rw-r--r-- | dotfiles/.dmd.d/init.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |