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

9 lines
168 B
Nix

{ dns, ... }: with dns.lib.combinators; {
owner = {
username = "shadowe1ite";
};
proxy = true;
records = {
CNAME = [ "shadowe1ite.github.io." ];
};
}