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 = {
enable = true;
enableSshSupport = true; # One agent to rule them all
pinentryFlavor = "curses";
extraConfig = ''
allow-loopback-pinentry
'';