mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 18:46:50 +07:00
5 lines
103 B
Nix
5 lines
103 B
Nix
{ dns, ... }:
|
|
with dns.lib.combinators;
|
|
{
|
|
TXT = [ "dh=5633078cd5bfd347a896ddb0f0de017c5423aa06" ];
|
|
}
|