gpg-agent: switch pinentry to curses
Some checks are pending
flake check / check (push) Waiting to run
fmt check / check (push) Waiting to run
Some checks are pending
flake check / check (push) Waiting to run
fmt check / check (push) Waiting to run
This commit is contained in:
parent
93d8554d36
commit
f2b58f7d54
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultCacheTtl = 3600;
|
defaultCacheTtl = 3600;
|
||||||
pinentryFlavor = "qt";
|
pinentryFlavor = "curses";
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
enableNushellIntegration = true;
|
enableNushellIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue