From 6959d0a591a158470b6219cbc1c09e173f287fed Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Wed, 9 Jul 2025 16:56:07 -0500 Subject: [PATCH] sam: Enable GnuPG agent --- sam/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sam/configuration.nix b/sam/configuration.nix index 356127c..66fa431 100644 --- a/sam/configuration.nix +++ b/sam/configuration.nix @@ -154,10 +154,10 @@ # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; - # programs.gnupg.agent = { - # enable = true; - # enableSSHSupport = true; - # }; + programs.gnupg.agent = { + enable = true; + # enableSSHSupport = true; + }; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions