home: gpg: switch to 'tty' pinentry
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2021-02-25 15:30:04 +00:00
parent 0e86a8c2f1
commit 0830f8e4bc

View file

@ -7,7 +7,7 @@
services.gpg-agent = { services.gpg-agent = {
enable = true; enable = true;
enableSshSupport = true; # One agent to rule them all enableSshSupport = true; # One agent to rule them all
pinentryFlavor = "curses"; pinentryFlavor = "tty";
extraConfig = '' extraConfig = ''
allow-loopback-pinentry allow-loopback-pinentry
''; '';