home: gpg: configure pinentry
This commit is contained in:
parent
13f90dfcfa
commit
a65b7202b1
|
@ -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
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue