added pinentry program for gpg.
This commit is contained in:
parent
403cde8d84
commit
f73088291f
1 changed files with 1 additions and 0 deletions
|
@ -9,5 +9,6 @@
|
||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
|
pinentryPackage = lib.mkDefault pkgs.pinentry-tty;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue