From 705d0400401e928a80d6dbdfc6005ff10149f490 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Mon, 11 Sep 2023 13:06:35 +0200 Subject: [PATCH] graphical pinentry --- modules/nitrokey-ssh-gpg.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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.