mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
services: certbot: Fix indentation.
* gnu/services/certbot.scm (certbot-activation): Fix indentation.
This commit is contained in:
parent
7ab04c17c0
commit
301518638f
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ (define certbot-activation
|
|||
(($ <certbot-configuration> package webroot hosts default-location)
|
||||
(with-imported-modules '((guix build utils))
|
||||
#~(begin
|
||||
(use-modules (guix build utils))
|
||||
(mkdir-p #$webroot)
|
||||
(use-modules (guix build utils))
|
||||
(mkdir-p #$webroot)
|
||||
(for-each
|
||||
(lambda (host)
|
||||
(unless (file-exists? (in-vicinity "/etc/letsencrypt/live" host))
|
||||
|
|
Loading…
Reference in a new issue