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

8 lines
153 B
Nix

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