register/domains/elkaff.nix
2026-03-21 20:13:05 +07:00

7 lines
139 B
Nix

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