mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 18:46:50 +07:00
9 lines
177 B
Nix
9 lines
177 B
Nix
{ dns, ... }: let
|
|
owner = {
|
|
username = "orangci";
|
|
email = "c@orangc.xyz";
|
|
};
|
|
proxy = false;
|
|
in with dns.lib.combinators; {
|
|
CNAME = [ "edge.redirect.pizza." ];
|
|
}
|