register/domains/elkaff.nix
2026-03-22 12:43:47 +07:00

10 lines
179 B
Nix

{ dns, ... }: {
metadata = {
owner = {
username = "elkhaff";
};
};
records = with dns.lib.combinators; {
CNAME = [ "portofolio-pixel.pages.dev." ];
};
}