register/domains/cutedog5695.nix
2026-03-22 07:15:41 +07:00

11 lines
271 B
Nix

{ dns, ... }: with dns.lib.combinators; {
owner = {
username = "CuteDog5695";
email = "cutedog5695@gmail.com";
repo = "https://github.com/CuteDog5695/cutedog5695.github.io";
};
proxy = false;
records = {
CNAME = [ "edge.redirect.pizza." ];
};
}