feat: add dns lib

This commit is contained in:
Luj 2024-08-12 18:12:37 +02:00
parent ac99031d19
commit 1e14d0f37c
2 changed files with 43 additions and 0 deletions

View file

@ -58,4 +58,8 @@ rec {
}).machine.meta
) (final.filterAttrs (_: v: v == "directory") (readDir ../machines));
dns = import ./dns.nix {
lib = final;
dnsLib = (import inputs.dns).lib;
};
}