fix(gnupg): switch to pinentry-qt
This commit is contained in:
parent
74daf278b4
commit
84a106038b
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ in
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = false;
|
enableSSHSupport = false;
|
||||||
pinentryPackage = pkgs.pinentry;
|
pinentryPackage = pkgs.pinentry-qt;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue