Add pinentry-curses to gpg-agent for YubiKey PIN prompts

This commit is contained in:
2026-04-07 17:54:39 +02:00
parent 8ad339bd89
commit 07d6dfa472

View File

@@ -66,6 +66,7 @@
services.gpg-agent = { services.gpg-agent = {
enable = true; enable = true;
enableSshSupport = true; enableSshSupport = true;
pinentryPackage = pkgs.pinentry-curses; # terminal PIN prompt for YubiKey
}; };
# Allow unfree packages # Allow unfree packages