mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
c4ce313052
commit
b300a09165
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue