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