mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 10:36:50 +07:00
11 lines
189 B
Nix
11 lines
189 B
Nix
{ dns, ... }:
|
|
let
|
|
owner = {
|
|
username = "Roki100";
|
|
discord = "289479495444987904";
|
|
};
|
|
in
|
|
with dns.lib.combinators;
|
|
{
|
|
TXT = [ "dh=5633078cd5bfd347a896ddb0f0de017c5423aa06" ];
|
|
}
|