diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-15 22:44:12 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-15 22:45:14 -0300 |
| commit | cfc031be7b05d0760ea6f625d0e64a5ad1c1cd5f (patch) | |
| tree | d53de0d65d8f2aab747ada952a4da270b475b36f | |
| parent | Remove remote-guix-reconfigure.sh: Use "guix deploy" now (diff) | |
| download | server-cfc031be7b05d0760ea6f625d0e64a5ad1c1cd5f.tar.gz server-cfc031be7b05d0760ea6f625d0e64a5ad1c1cd5f.tar.xz | |
vps.scm: Uncomment services
| -rw-r--r-- | vps.scm | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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)) |
