@cryptotaxi247 / infra-1 / commits / d77af75f

nixos.org.js : add an alias for an election-related service

We want to send clickable confirmation links with static target and list of clicked links in the server logs, so probably an alias to a personal VPS of an SC member should be the simplest

7c6f434c committed Oct 4, 2025 at 11:44 UTC d77af75f623cc15741e0829293323d092b27828b
1 file changed +3
dns/nixos.org.js
+3
@@ -189,4 +189,7 @@ D("nixos.org",
189 CNAME("status", "nixos-status.netlify.app."),
190 CNAME("weekly", "nixos-weekly.netlify.com."),
191 CNAME("www", "nixos-homepage.netlify.app."),
192 +
193 + // temporary election-related services
194 + CNAME("sc-election-2025", "nix-ec-2025.7c6f434c.michaelraskin.top."),
195 );