dnscache: activate kresd extra features

This commit is contained in:
Sandro - 2024-04-18 22:33:11 +02:00
parent 19f8010560
commit aa0f8b1a5a
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ lib.mkIf config.site.hosts.${hostName}.services.dnscache.enable {
enable = true;
instances = 4;
listenPlain = [ "0.0.0.0:53" "[::0]:53" ];
package = pkgs.knot-resolver.override { extraFeatures = true; };
extraConfig = /* lua */ ''
modules = {
-- 'http', -- module 'cqueues' not found