mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 10:36:50 +07:00
11 lines
266 B
Nix
11 lines
266 B
Nix
{ dns, ... }: with dns.lib.combinators; {
|
|
owner = {
|
|
username = "JustDeveloper1";
|
|
email = "support@juststudio.is-a.dev";
|
|
repo = "https://github.com/JustStudio7/Website";
|
|
};
|
|
proxy = false;
|
|
records = {
|
|
CNAME = [ "edge.redirect.pizza." ];
|
|
};
|
|
}
|