@cryptotaxi247 / infra / commits / 58154c14

dns: add txt record for bluesky account to nixos.org

This allows us to use nixos.org as our Bluesky handle (which is currently the sad-and-not-official-looking `nixos-org.bsky.social`).

Winter M committed Nov 5, 2025 at 15:29 UTC 58154c1498db2a277d892b54008fab88f2f8091b
1 file changed +3
dns/nixos.org.js
+3
@@ -198,6 +198,9 @@ D("nixos.org",
198 CNAME("weekly", "nixos-weekly.netlify.com."),
199 CNAME("www", "nixos-homepage.netlify.app."),
200
201 + // bluesky account/domain binding
202 + TXT("_atproto", "did=did:plc:bf43o4nxudgubwt4iljpayb7"),
203 +
204 // temporary election-related services
205 CNAME("sc-election-2025", "nix-ec-2025.7c6f434c.michaelraskin.top."),
206 );