From 9b3b070fc53ec17b464751269cdd357c543b273c Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Mon, 11 Sep 2023 14:13:13 +0200 Subject: [PATCH] gpg pinentry --- modules/nitrokey-gpg-smartcard.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/modules/nitrokey-gpg-smartcard.nix b/modules/nitrokey-gpg-smartcard.nix index 3cf2460..6d6f9dd 100644 --- a/modules/nitrokey-gpg-smartcard.nix +++ b/modules/nitrokey-gpg-smartcard.nix @@ -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; [