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

8 lines
151 B
Nix

{ dns, ... }: with dns.lib.combinators; {
owner = {
username = "satr14washere";
};
records = {
CNAME = [ "5th-site.pages.dev." ];
};
}