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

10 lines
191 B
Nix

{ dns, ... }: with dns.lib.combinators; {
owner = {
username = "orangci";
email = "c@orangc.xyz";
};
proxy = false;
records = {
CNAME = [ "edge.redirect.pizza." ];
};
}