From 797387f5718d3324476df4b6fd3c4f97b0c84cdb Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 12 May 2021 21:39:26 +0200 Subject: [PATCH] machines: aramis: services: remove gnupg-agent The one configured by home-manager is more appropriate. --- machines/porthos/services.nix | 5 ----- 1 file changed, 5 deletions(-) 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; - }; }