refactor(nix-hm): use pinentry-qt for gpg pinentry

This commit is contained in:
Price Hiller 2024-03-16 00:33:25 -05:00
parent f10064e237
commit 3f7ab77b68
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -334,7 +334,7 @@ in {
enable = true;
enableSshSupport = true;
enableZshIntegration = true;
pinentryPackage = pkgs.pinentry-gtk2;
pinentryPackage = pkgs.pinentry-qt;
maxCacheTtl = 14400;
maxCacheTtlSsh = 14400;
sshKeys = [ "530D3EC95C32AB9EC33714AAF865738D6E77680A" ];