gpg-agent: switch pinentry / enable nushell integration
This commit is contained in:
parent
606ae900bc
commit
fe9b40bce4
1 changed files with 2 additions and 1 deletions
|
@ -32,8 +32,9 @@
|
|||
services.gpg-agent = {
|
||||
enable = true;
|
||||
defaultCacheTtl = 3600;
|
||||
pinentryFlavor = "gtk2";
|
||||
pinentryFlavor = "qt";
|
||||
enableSshSupport = true;
|
||||
enableNushellIntegration = true;
|
||||
};
|
||||
|
||||
programs.ssh = {
|
||||
|
|
Loading…
Reference in a new issue