From c8737486b6ee8188d74f92e9580bd00c18e6b431 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 31 Aug 2023 14:18:14 +0900 Subject: [PATCH] testtest --- 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 51e7fdaf..cc9f74a5 100644 --- a/nixos/common/services/gnupg-agent.nix +++ b/nixos/common/services/gnupg-agent.nix @@ -3,7 +3,7 @@ enable = true; enableSSHSupport = true; enableBrowserSocket = true; - enableExtraSocket = true; + # enableExtraSocket = true; pinentryFlavor = "tty"; };