gpg pinentry

This commit is contained in:
Daniel Langbein 2023-09-11 14:13:13 +02:00
parent 9266c7f4da
commit 9b3b070fc5
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -86,10 +86,14 @@
# Adds the pinentry binary to the PATH so that e.g.
# echo GETPIN | pinentry
# works.
environment.systemPackages = with pkgs; [
#pinentry-curses
pinentry-gnome
];
# This is not required for
# - gpg --card-status
# - ssh nas
# - signed git commits in IntelliJ
#environment.systemPackages = with pkgs; [
# #pinentry-curses
# pinentry-gnome
#];
#users.users.yoda = {
# packages = with pkgs; [