diff options
Diffstat (limited to 'src/infrastructure/machines.scm')
-rw-r--r-- | src/infrastructure/machines.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/infrastructure/machines.scm b/src/infrastructure/machines.scm index 6c239d6..9ebdd82 100644 --- a/src/infrastructure/machines.scm +++ b/src/infrastructure/machines.scm @@ -166,8 +166,7 @@ /etc/letsencrypt/ \ /var/lib/certbot/ \ /var/lib/letsencrypt \ - /opt/secrets/ \ - /srv/ + /opt/ borg check \ --verbose \ @@ -331,7 +330,7 @@ (nginx-server-configuration (server-name '("arrobaponto.org")) (listen '("[::]:443 ssl http2" "443 ssl http2")) - (root "/srv/http/arrobaponto.org") + (root "/opt/www/arrobaponto.org/static/") (ssl-certificate "/etc/letsencrypt/live/arrobaponto.org/fullchain.pem") (ssl-certificate-key "/etc/letsencrypt/live/arrobaponto.org/privkey.pem") (raw-content '(#"""- |