refactor(nix-hm): use pinentry-qt
for gpg pinentry
This commit is contained in:
parent
f10064e237
commit
3f7ab77b68
@ -334,7 +334,7 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
pinentryPackage = pkgs.pinentry-gtk2;
|
pinentryPackage = pkgs.pinentry-qt;
|
||||||
maxCacheTtl = 14400;
|
maxCacheTtl = 14400;
|
||||||
maxCacheTtlSsh = 14400;
|
maxCacheTtlSsh = 14400;
|
||||||
sshKeys = [ "530D3EC95C32AB9EC33714AAF865738D6E77680A" ];
|
sshKeys = [ "530D3EC95C32AB9EC33714AAF865738D6E77680A" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user