home: gpg: configure pinentry

This commit is contained in:
Bruno BELANYI 2021-02-21 18:53:14 +00:00
parent 13f90dfcfa
commit a65b7202b1

View file

@ -7,6 +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";
extraConfig = '' extraConfig = ''
allow-loopback-pinentry allow-loopback-pinentry
''; '';