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"; };