refactor(nix-hm): specify pinentryFlavor for gpg-agent
This commit is contained in:
parent
cc8f47ca3a
commit
1bafcda884
@ -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
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user