machines: aramis: services: remove gnupg-agent

The one configured by home-manager is more appropriate.
This commit is contained in:
Bruno BELANYI 2021-05-12 21:39:26 +02:00
parent ec73ed2f10
commit 797387f571

View file

@ -106,9 +106,4 @@ in
startAtBoot = true; # Server must be started to ensure clients can connect
};
};
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
}