mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
11 lines
386 B
Plaintext
11 lines
386 B
Plaintext
# https://github.com/drduh/config/blob/master/gpg-agent.conf
|
|
# https://www.gnupg.org/documentation/manuals/gnupg/Agent-Options.html
|
|
enable-ssh-support
|
|
default-cache-ttl 60
|
|
max-cache-ttl 120
|
|
#pinentry-program /usr/bin/pinentry-curses
|
|
#pinentry-program /usr/bin/pinentry-curses
|
|
#pinentry-program /usr/local/bin/pinentry-curses
|
|
pinentry-program /run/current-system/sw/bin/pinentry-gnome3
|
|
|