register/domains/satr14.nix

10 lines
137 B
Nix

{ dns, ... }:
let
owner = {
username = "satr14washere";
};
in
with dns.lib.combinators;
{
CNAME = [ "5th-site.pages.dev." ];
}