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

9 lines
159 B
Nix

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