register/domains/part-of.my.id/batman.nix
2026-03-23 07:31:59 +07:00

11 lines
196 B
Nix

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