> *Troubleshooting* > > I've tried all the commands I can think of to launch the gpg agent. It's > just not happening. > > guix home reconfigure home-config.scm > gpg --list-keys > gpgconf --kill gpg-agent > > herd status shows that the gpg-agent service has started. > > herd status > Started: > + gpg-agent > + root > > > But ps aux | grep gpg doesn't show anything. > And gpg key generation can't connect to the pinentry daemon. Trying to > generate a keypair gives me this error... What am I missing in this > setup?
It's been a while since I set up gpg-agent. Home shepherd places logs in $HOME/.local/state/log/shepherd.log, perhaps you'll find some useful information there. If it's any help here's my configuration with a working gpg-agent used for both ssh and gnupg. https://git.sr.ht/~freakingpenguin/rsent/tree/master/item/rsent/home/base.scm#L52 -- Take it easy, Richard Sent Making my computer weirder one commit at a time.