dns: add Apple domain verification record
Winter committed
Mar 28, 2025 at 18:05 UTC
e7ee3a5861568604001aa3ac08bd1c66ee0b59a9
1 file changed
+5
terraform/dns.tf
+5
@@ -221,6 +221,11 @@ locals {
221
type = "TXT"
222
value = "9e10a04a4b"
223
},
224
+ {
225
+ hostname = "nixos.org"
226
+ type = "TXT"
227
+ value = "apple-domain-verification=OvacO4lGB9A6dBFg"
228
+ },
229
{
230
# hetzner ax162-r 2548595
231
hostname = "elated-minsky.builder.nixos.org"