From 1f3a7cd5d3967d9b24d00956d28ffb0da8847826 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sat, 1 Apr 2023 15:32:02 -0400 Subject: [PATCH] Removed redundant GPG code block --- sysConfig/users.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sysConfig/users.nix b/sysConfig/users.nix index 77de0b2..f1c6cfb 100644 --- a/sysConfig/users.nix +++ b/sysConfig/users.nix @@ -7,12 +7,4 @@ }; security.sudo.wheelNeedsPassword = false; - - programs.gnupg = { - agent = { - enable = true; - enableSSHSupport = true; - }; - }; - }