services: certbot: Fix indentation.
* gnu/services/certbot.scm (certbot-activation): Fix indentation.
This commit is contained in:
parent
7ab04c17c0
commit
301518638f
|
@ -80,8 +80,8 @@
|
||||||
(($ <certbot-configuration> package webroot hosts default-location)
|
(($ <certbot-configuration> package webroot hosts default-location)
|
||||||
(with-imported-modules '((guix build utils))
|
(with-imported-modules '((guix build utils))
|
||||||
#~(begin
|
#~(begin
|
||||||
(use-modules (guix build utils))
|
(use-modules (guix build utils))
|
||||||
(mkdir-p #$webroot)
|
(mkdir-p #$webroot)
|
||||||
(for-each
|
(for-each
|
||||||
(lambda (host)
|
(lambda (host)
|
||||||
(unless (file-exists? (in-vicinity "/etc/letsencrypt/live" host))
|
(unless (file-exists? (in-vicinity "/etc/letsencrypt/live" host))
|
||||||
|
|
Loading…
Reference in New Issue