From cfc031be7b05d0760ea6f625d0e64a5ad1c1cd5f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 15 Jan 2021 22:44:12 -0300 Subject: vps.scm: Uncomment services --- vps.scm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/vps.scm b/vps.scm index 471bd11..33a5c8f 100644 --- a/vps.scm +++ b/vps.scm @@ -371,7 +371,6 @@ pki " mail-domain " key \"" (tls-priv-for mail-domain) "\""))) (service mcron-service-type (mcron-configuration (jobs (list generate-ci-html-job)))) - #; (simple-service 'automatic-services-restart activation-service-type (with-imported-modules '((gnu services herd)) @@ -396,9 +395,8 @@ pki " mail-domain " key \"" (tls-priv-for mail-domain) "\""))) (server-blocks (append (list - (static-nginx-config (list ci-domain) "/srv/ci")) - static-projects-nginx-config)))) - #; + (static-nginx-config (list ci-domain) "/srv/ci")) + static-projects-nginx-config)))) (service certbot-service-type (certbot-configuration (email (string-append certbot-alias "@" tld)) @@ -406,7 +404,6 @@ pki " mail-domain " key \"" (tls-priv-for mail-domain) "\""))) (list (certificate-configuration (domains tls-domains)))))) - #; (simple-service 'automatic-certbot-renewal activation-service-type (with-imported-modules '((gnu services herd)) -- cgit v1.2.3