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

5 lines
103 B
Nix

{ dns, ... }:
with dns.lib.combinators;
{
TXT = [ "dh=d509fc9014e196311ed887c2e410cdefa833436e" ];
}