From aa0f8b1a5a3cbb6e54f95b6938ffde51d2e1890f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 18 Apr 2024 22:33:11 +0200 Subject: [PATCH] dnscache: activate kresd extra features --- nix/nixos-module/container/dnscache.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/nixos-module/container/dnscache.nix b/nix/nixos-module/container/dnscache.nix index 88e9ae3..f8d798e 100644 --- a/nix/nixos-module/container/dnscache.nix +++ b/nix/nixos-module/container/dnscache.nix @@ -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