From a499cda61f6c454d13663f80b988ab05554d6882 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 12 Mar 2023 19:54:24 -0300 Subject: system.scm: Use root@tld for certbot email --- src/infrastructure/guix/system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3