mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 10:36:50 +07:00
12 lines
229 B
Nix
12 lines
229 B
Nix
{ dns, ... }: {
|
|
metadata = {
|
|
proxy = false;
|
|
owner = {
|
|
username = "Roki100";
|
|
discord = "289479495444987904";
|
|
};
|
|
};
|
|
records = with dns.lib.combinators; {
|
|
CNAME = [ "edge.redirect.pizza." ];
|
|
};
|
|
}
|