terraform: add 20th.nixos.org alias
zimbatm committed
Mar 16, 2023 at 21:35 UTC
48c9b1cff22edd2a7342eb0ff7034dcad3d99e38
1 file changed
+6
-1
terraform/dns.tf
+6
-1
@@ -235,7 +235,12 @@ locals {
235
hostname = "enormous-catfish.mac.nixos.org"
236
type = "A"
237
value = "142.132.140.199"
238
- }
238
+ },
239
+ {
240
+ hostname = "20th.nixos.org"
241
+ type = "CNAME"
242
+ value = "20th-nix.pages.dev"
243
+ },
244
]
245
}
246