Sets linux gpg-agent pinentry flavour to tty

This commit is contained in:
willemml 2023-11-06 11:47:34 -08:00
parent e101a5d242
commit 2ed67013bd
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD

View file

@ -11,6 +11,7 @@
enableZshIntegration = true;
defaultCacheTtl = 30;
maxCacheTtl = 600;
pinentryFlavor = "tty";
};
emacs = {
enable = true;