From 90b63b2eee5c1f195d9caaa4b08d42e3e3342be3 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 31 Aug 2023 22:57:19 +0900 Subject: [PATCH] test --- nixos/common/services/gnupg-agent.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; [