clan: add temporary patched coredns service

Needed for IPv6 support, and to set the host names
in the auth zone.
This commit is contained in:
2025-11-24 17:11:04 +01:00
parent e1219f26c3
commit de99dad887
4 changed files with 325 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{ ... }:
let
module = ./default.nix;
in
{
clan.modules = {
"@rpqt/coredns" = module;
};
# perSystem =
# { ... }:
# {
# clan.nixosTests.coredns = {
# imports = [ ./tests/vm/default.nix ];
# clan.modules."@rpqt/coredns" = module;
# };
# };
}