register/domains/part-of.my.id/satr14.nix
2026-03-23 07:31:59 +07:00

10 lines
177 B
Nix

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