modules/gpg: Use curses pinentry instead of gui
This commit is contained in:
parent
965759081d
commit
8cfe753e4e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.pinentry-gnome3;
|
||||
pinentryPackage = pkgs.pinentry-curses;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue