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