register/domains/rchessauth.nix

11 lines
153 B
Nix

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