global/gpg: pinentryPackage -> pinentry.package
This commit is contained in:
parent
e540d4eb74
commit
7db7c1306e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
pinentryPackage = (if main.info.graphical then pkgs.pinentry-qt else pkgs.pinentry-curses);
|
||||
pinentry.package = (if main.info.graphical then pkgs.pinentry-qt else pkgs.pinentry-curses);
|
||||
extraConfig = ''
|
||||
allow-loopback-pinentry
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue