> I have no clue if it's related to your case, but for my Nitrokey there was > some > special setup as detailed in this thread: > > https://lists.gnu.org/archive/html/help-guix/2018-05/msg00187.html
The same solution works! Install pcsc-lite and ccid into user profile, and run the following. sudo ln -s ~/.guix-profile/pcsc /var/lib/pcsc sudo pcscd -f After these, `gpg --card-status` works as expected. :-) We do need a service for this. I'll write one if nobody beats me to it.