diff --git a/nixos/common/services/gnupg-agent.nix b/nixos/common/services/gnupg-agent.nix index abf25a97..4801a723 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 = "wayprompt"; + pinentryFlavor = "tty"; }; environment.systemPackages = with pkgs; [