From 3288566a9ff40e2e858852a3e104c4de3c03a0a8 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 31 Aug 2023 13:54:23 +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 2da2edb7..51e7fdaf 100644 --- a/nixos/common/services/gnupg-agent.nix +++ b/nixos/common/services/gnupg-agent.nix @@ -1,6 +1,6 @@ {pkgs, cfg, ... }: { programs.gnupg.agent = { - enable = false; + enable = true; enableSSHSupport = true; enableBrowserSocket = true; enableExtraSocket = true;