refactor(nix-hm): specify pinentryFlavor for gpg-agent

This commit is contained in:
Price Hiller 2024-03-08 13:12:58 -06:00
parent cc8f47ca3a
commit 1bafcda884
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -277,11 +277,11 @@ in {
enable = true;
enableSshSupport = true;
enableZshIntegration = true;
pinentryFlavor = "gtk2";
maxCacheTtl = 14400;
maxCacheTtlSsh = 14400;
sshKeys = [ "530D3EC95C32AB9EC33714AAF865738D6E77680A" ];
extraConfig = ''
pinentry-program /usr/bin/pinentry-gtk-2
allow-loopback-pinentry
'';
};