forked from mirrors_public/oddlama_nix-config
fix: use qt pinentry to ditch gtk2
This commit is contained in:
parent
d8aae79086
commit
75d2dc2b66
1 changed files with 1 additions and 0 deletions
|
@ -58,5 +58,6 @@
|
||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
|
pinentryFlavor = "qt";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue