register/domains/pxl.nix

11 lines
145 B
Nix

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