services: certbot: Add certbot-configuration-package to profile.

As the manual suggests running a certbot command to view the issued
certificates, add it to the profile.

* gnu/services/certbot.scm (certbot-service-type): Extend profile-service-type
with certbot-configuration-package.

Change-Id: I92618597bbdc8d838420b2e0f82de601b0bc609b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Richard Sent 2024-05-08 08:00:42 -04:00 committed by Ludovic Courtès
parent c4ce313052
commit b300a09165
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -350,6 +350,8 @@ (define certbot-service-type
(extensions
(list (service-extension nginx-service-type
certbot-nginx-server-configurations)
(service-extension profile-service-type
(compose list certbot-configuration-package))
(service-extension activation-service-type
certbot-activation)
(service-extension mcron-service-type