register/domains/batman.nix
2026-03-21 20:13:05 +07:00

8 lines
154 B
Nix

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