register/domains/batman.nix
2026-03-21 16:32:42 +03:00

5 lines
84 B
Nix

{ dns, ... }:
with dns.lib.combinators;
{
CNAME = [ "shadowe1ite.github.io." ];
}