From 17515848a876d843943cc740569bc873652476ab Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 31 Aug 2023 22:50:18 +0900 Subject: [PATCH] test --- nixos/common/services/gnupg-agent.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/common/services/gnupg-agent.nix b/nixos/common/services/gnupg-agent.nix index dff5a679..535c188b 100644 --- a/nixos/common/services/gnupg-agent.nix +++ b/nixos/common/services/gnupg-agent.nix @@ -6,6 +6,7 @@ enableSSHSupport = true; enableBrowserSocket = true; enableExtraSocket = true; + pinentryFlavor = "gtk2"; }; environment.systemPackages = with pkgs; [