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

5 lines
81 B
Nix

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