register/domains/elkaff.nix
2026-03-21 17:09:29 +03:00

7 lines
139 B
Nix

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