From 3af03e5967cf49ed1a4382dad7d75daa95ec5217 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 28 Nov 2017 23:31:48 +0100 Subject: services: certbot: Add default value and description. * gnu/services/certbot.scm (certbot-service-type) [default-value, description]: New fields. * po/packages/POTFILES.in: Add it. --- gnu/services/certbot.scm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gnu/services/certbot.scm') diff --git a/gnu/services/certbot.scm b/gnu/services/certbot.scm index c11c9a66bd..dc072ea8da 100644 --- a/gnu/services/certbot.scm +++ b/gnu/services/certbot.scm @@ -125,4 +125,9 @@ (define certbot-service-type (certbot-configuration (inherit config) (hosts (append (certbot-configuration-hosts config) - additional-hosts))))))) + additional-hosts))))) + (default-value (certbot-configuration)) + (description + "Automatically renew @url{https://letsencrypt.org, Let's +Encrypt} HTTPS certificates by adjusting the nginx web server configuration +and periodically invoking @command{certbot}."))) -- cgit v1.2.3