trust-dns: make a note about another DNS library we could draw from

This commit is contained in:
colin 2023-01-02 11:33:32 +00:00
parent 3c726f148b
commit 54dd643cf0

View File

@ -1,5 +1,8 @@
{ config, lib, pkgs, ... }:
# TODO: consider using this library for .zone file generation:
# - <https://github.com/kirelagin/dns.nix>
with lib;
let
cfg = config.sane.services.trust-dns;