diff --git a/modules/nitrokey-ssh-gpg.nix b/modules/nitrokey-ssh-gpg.nix index 2e6e861..aa98dae 100644 --- a/modules/nitrokey-ssh-gpg.nix +++ b/modules/nitrokey-ssh-gpg.nix @@ -77,17 +77,20 @@ enable = true; # ... Also sets SSH_AUTH_SOCK environment variable correctly. enableSSHSupport = true; - pinentryFlavor = "curses"; + #pinentryFlavor = "curses"; + pinentryFlavor = "gnome3"; }; }; # users.users.yoda = { # packages = with pkgs; [ -# pinentry-curses +# #pinentry-curses +# pinentry-gnome # ]; # }; # environment.systemPackages = with pkgs; [ -# pinentry-curses +# #pinentry-curses +# pinentry-gnome # ]; # Smartcard daemon.