gpg-agent: fix pinentry

for some reason I started getting the following error without this fix:
sign_and_send_pubkey: signing failed for ED25519 ... from agent: agent
refused operation
This commit is contained in:
chayleaf 2024-02-06 14:31:23 +07:00
parent bef5b3f86d
commit 7eb2ffd0a0
Signed by: chayleaf
GPG key ID: 78171AD46227E68E

View file

@ -17,6 +17,7 @@
enableSshSupport = true;
maxCacheTtl = 72000;
maxCacheTtlSsh = 72000;
pinentryFlavor = "tty";
};
home.shellAliases = {
s = "sudo -A";