Skip to content

Commit dea52fb

Browse files
committed
dns: create test record for gandi alias lookup
1 parent 17fcfa7 commit dea52fb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

dns/nixos.org.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@ D("nixos.org",
198198
CNAME("weekly", "nixos-weekly.netlify.com."),
199199
CNAME("www", "nixos-homepage.netlify.app."),
200200

201-
// temporary election-related services
202-
CNAME("sc-election-2025", "nix-ec-2025.7c6f434c.michaelraskin.top."),
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."),
203206
);

0 commit comments

Comments
 (0)