@cryptotaxi247 / infra / commits / 25acb1e2

dns: Point ngi.nixos.org to GitHub Pages

Dionysis Grigoropoulos committed Mar 6, 2025 at 02:09 UTC 25acb1e2bde946dd70a5718397bc4c1ece5ffb51
1 file changed +5
terraform/dns.tf
+5
@@ -46,6 +46,11 @@ locals {
46 type = "CNAME"
47 value = "makemake.ngi.nixos.org"
48 },
49 + {
50 + hostname = "ngi.nixos.org"
51 + type = "CNAME"
52 + value = "ngi-nix.github.io"
53 + },
54 {
55 hostname = "hydra.nixos.org"
56 type = "CNAME"