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. # Adds the pinentry binary to the PATH so that e.g.
# echo GETPIN | pinentry # echo GETPIN | pinentry
# works. # works.
environment.systemPackages = with pkgs; [ # This is not required for
#pinentry-curses # - gpg --card-status
pinentry-gnome # - ssh nas
]; # - signed git commits in IntelliJ
#environment.systemPackages = with pkgs; [
# #pinentry-curses
# pinentry-gnome
#];
#users.users.yoda = { #users.users.yoda = {
# packages = with pkgs; [ # packages = with pkgs; [