From a84861a69142530f4c6dc7aa80e94088cbab6381 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Thu, 9 Jan 2025 22:38:28 +0100 Subject: enable ssh-agent by default --- modules/gnupg.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules/gnupg.nix') diff --git a/modules/gnupg.nix b/modules/gnupg.nix index b093bda..a2a2f45 100644 --- a/modules/gnupg.nix +++ b/modules/gnupg.nix @@ -11,7 +11,5 @@ # smartcard support services.pcscd.enable = false; hardware.gpgSmartcards.enable = true; - programs.gnupg.agent = { - enable = true; - }; + programs.gnupg.agent.enable = true; } -- cgit v1.3.1