From ce8f2a9c1acbf80fef66b97606025779d561e13f Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 31 Aug 2023 14:35:35 +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 cc9f74a5..51e7fdaf 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"; };