register/domains/satr14.nix
2026-03-21 20:13:05 +07:00

7 lines
137 B
Nix

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