@cryptotaxi247 / infra-1 / commits / 6e6a4c4d

dns: drop test name from nixos.org zone

This unexpectedly created a CNAME instead of an ALIAS.

Martin Weinelt committed Oct 22, 2025 at 17:53 UTC 6e6a4c4dec88cf28f9b2b381b1ddaa83bfa02b29
1 file changed -3
dns/nixos.org.js
-3
@@ -200,7 +200,4 @@ D("nixos.org",
200
201 // temporary election-related services
202 CNAME("sc-election-2025", "nix-ec-2025.7c6f434c.michaelraskin.top."),
203 -
204 - // test for gandi ticket
205 - ALIAS("test", "nixos-homepage.netlify.app."),
203 );