register/domains/elkaff.nix

10 lines
139 B
Nix

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