dotfiles

Author: Kyle Fuller <kyle@fuller.li> 2024-02-23 21:15:42 +0000 +0000
Committer: Kyle Fuller <kyle@fuller.li> 2024-02-23 21:15:42 +0000 +0000
Commit: 89aa236c702192b6dfc502b8df4fb69cf871f8df
Parent: 3529944a1f9c5429a010499041eff7fee7436c3e


fix(gpg): remote explicit pinentry

The hard-coded path is problematic for cross-platform and nixOS support,
by default (atleast on nixOS) GUI is now preferred pinetry.
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf
index eacbc190ded993a98e3ea1fc9ea136620f3d7acf..85405bc12ede956e7be0aa7a412490c2b9e965a4 100644
--- a/.gnupg/gpg-agent.conf
+++ b/.gnupg/gpg-agent.conf
@@ -1,2 +1 @@
 enable-ssh-support
-pinentry-program /usr/local/bin/pinentry-mac