aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/infrastructure/guix/system.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm
index 89272f0..3c77f89 100644
--- a/src/infrastructure/guix/system.scm
+++ b/src/infrastructure/guix/system.scm
@@ -170,6 +170,10 @@
("@" "" "IN" "A" ipv4)
("@" "" "IN" "AAAA" ipv6)
+ ("@" "" "IN" "CAA" "0 issue \"letsencrypt.org\"")
+ ("@" "" "IN" "CAA" "0 issuewild \";\"")
+ ("@" "" "IN" "CAA" "0 iodef \"mailto:eu@euandre.org\"")
+
("mta-sts" "" "IN" "A" ipv4)
("mta-sts" "" "IN" "AAAA" ipv6)
("_mta-sts" "" "IN" "TXT" "\"v=STSv1; id=20230314\"")