diff --git a/machines/porthos/services.nix b/machines/porthos/services.nix index 9bc99e7..910987d 100644 --- a/machines/porthos/services.nix +++ b/machines/porthos/services.nix @@ -106,9 +106,4 @@ in startAtBoot = true; # Server must be started to ensure clients can connect }; }; - - programs.gnupg.agent = { - enable = true; - enableSSHSupport = true; - }; }