From a42bdfb6dd28452c3af75b2fbe1a7863fa7a8b44 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 9 Dec 2020 16:58:33 -0300 Subject: Remove code comments. --- sync/vps.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'sync/vps.scm') diff --git a/sync/vps.scm b/sync/vps.scm index 3cdf1b6..5580de1 100644 --- a/sync/vps.scm +++ b/sync/vps.scm @@ -354,7 +354,6 @@ pki " mail-domain " key \"" (tls-priv-for mail-domain) "\""))) ("webmaster" "root") ("abuse" "root") (,certbot-alias "root"))) - #; (service nginx-service-type (nginx-configuration (server-blocks @@ -363,7 +362,6 @@ pki " mail-domain " key \"" (tls-priv-for mail-domain) "\""))) (server-name (list tld)) (ssl-certificate (tls-pub-for tld)) (ssl-certificate-key (tls-priv-for tld))))))) - #; (service certbot-service-type (certbot-configuration (email (string-append certbot-alias "@" tld)) @@ -376,7 +374,6 @@ pki " mail-domain " key \"" (tls-priv-for mail-domain) "\""))) (with-imported-modules '((gnu services herd)) #~(begin (use-modules (gnu services herd)) - #; (execl "/var/lib/certbot/renew-certificates") (restart-service 'nginx)))) (service cgit-service-type -- cgit v1.2.3