diff options
Diffstat (limited to 'sync/vps.scm')
-rw-r--r-- | sync/vps.scm | 3 |
1 files changed, 0 insertions, 3 deletions
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 |