mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 10:36:50 +07:00
10 lines
179 B
Nix
10 lines
179 B
Nix
{ dns, ... }: {
|
|
metadata = {
|
|
owner = {
|
|
username = "elkhaff";
|
|
};
|
|
};
|
|
records = with dns.lib.combinators; {
|
|
CNAME = [ "portofolio-pixel.pages.dev." ];
|
|
};
|
|
}
|