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; [