Closed aleeusgr closed 1 month ago
on nixOS these settings may be managed with home-manager
https://nix-community.github.io/home-manager/options.xhtml#opt-programs.git.signing
gpg --full-generate-key
gpg: agent_genkey failed: No pinentry
https://superuser.com/questions/1628782/gpg-signing-failed-no-pinentry
add pinentry:
nixos-rebuild
error: access to absolute path '/home/alex/.ssh/id_ed25519.pub' is forbidden in pure eval mode (use '--impure' to override)
remove the line, switch, reboot.
error repeats.
fixed: https://github.com/aleeusgr/nix-things/commit/bb38bdd85abe4f08026f14fcd25348ea6f4fb65a
I need to sign my commits: https://github.com/IntersectMBO/cardano-node/pull/5959
How to do this?
gnupg
git log --format=raw
to see if the commits are signed.