feat(nix): recursively import domain files via mapping

This commit is contained in:
orangc 2026-03-21 17:12:28 +03:00
commit 4ca3912135
31 changed files with 216 additions and 93 deletions

View file

@ -1,8 +1,11 @@
{ dns, ... }: let
{ dns, ... }:
let
owner = {
username = "satr14washere";
};
proxy = false;
in with dns.lib.combinators; {
in
with dns.lib.combinators;
{
TXT = [ "dh=d509fc9014e196311ed887c2e410cdefa833436e" ];
}