register/domains/rchessauth.nix
2026-03-21 17:09:29 +03:00

8 lines
153 B
Nix

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