register/domains/rchessauth.nix
2026-03-22 07:15:41 +07:00

9 lines
167 B
Nix

{ dns, ... }: with dns.lib.combinators; {
owner = {
username = "vortexprime24";
};
proxy = false;
records = {
CNAME = [ "fire.hackclub.app." ];
};
}