register/domains/rchessauth.nix
2026-03-22 12:43:47 +07:00

11 lines
195 B
Nix

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