diff options
author | EuAndreh <eu@euandre.org> | 2023-03-12 19:54:24 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-12 19:54:24 -0300 |
commit | a499cda61f6c454d13663f80b988ab05554d6882 (patch) | |
tree | 7cc524137d80856deb6c3bca4fd79e6236d26be4 | |
parent | system.scm: Require /mnt/production to be mounted for boot (diff) | |
download | server-a499cda61f6c454d13663f80b988ab05554d6882.tar.gz server-a499cda61f6c454d13663f80b988ab05554d6882.tar.xz |
system.scm: Use root@tld for certbot email
-rw-r--r-- | src/infrastructure/guix/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index b064206..31ecff4 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -251,7 +251,7 @@ #~(job "0 4 * * *" "cronjob reconfigure -U"))))) (service certbot-service-type (certbot-configuration - (email "eu@euandre.org") + (email (str "root@" tld)) (certificates (list (certificate-configuration |