dns: add oakhost m2 macs
Martin Weinelt committed
Nov 23, 2024 at 16:50 UTC
4d085cc42718838f64dd4c24d085447e4985aa50
1 file changed
+15
terraform/dns.tf
+15
@@ -236,6 +236,21 @@ locals {
236
type = "A"
237
value = "142.132.140.199"
238
},
239
+
240
+ # oakhost m2
241
+ {
242
+ hostname = "eager-heisenberg.mac.nixos.org"
243
+ type = "AAAA"
244
+ value = "2a01:4f8:d1:a027::2"
245
+ },
246
+
247
+ # oakhost m2
248
+ {
249
+ hostname = "kind-lumiere.mac.nixos.org"
250
+ type = "AAAA"
251
+ value = "2a09:9340:808:60a::1"
252
+ },
253
+
254
{
255
hostname = "20th.nixos.org"
256
type = "CNAME"