register/domains/batman.nix

11 lines
154 B
Nix

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