diff --git a/nixos/common/services/gnupg-agent.nix b/nixos/common/services/gnupg-agent.nix index 535c188b..62cfa082 100644 --- a/nixos/common/services/gnupg-agent.nix +++ b/nixos/common/services/gnupg-agent.nix @@ -6,7 +6,7 @@ enableSSHSupport = true; enableBrowserSocket = true; enableExtraSocket = true; - pinentryFlavor = "gtk2"; + pinentryFlavor = "curses"; }; environment.systemPackages = with pkgs; [