register/domains/rchessauth.nix
2026-03-21 16:32:42 +03:00

5 lines
80 B
Nix

{ dns, ... }:
with dns.lib.combinators;
{
CNAME = [ "fire.hackclub.app." ];
}