From fd2dd40522a71b633a1b31197d1e2cd083cf0995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 11 Feb 2024 00:35:54 +0100 Subject: Revert patch for bind --- systems/eldiron/dns.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'systems') diff --git a/systems/eldiron/dns.nix b/systems/eldiron/dns.nix index 4ebb401..3d5aafa 100644 --- a/systems/eldiron/dns.nix +++ b/systems/eldiron/dns.nix @@ -278,13 +278,6 @@ in networking.firewall.allowedTCPPorts = [ 53 ]; users.users.named.extraGroups = [ "keys" ]; services.bind = { - package = pkgs.bind.overrideAttrs(old: { - # Partially revert https://gitlab.isc.org/isc-projects/bind9/-/commit/fd96a418689593882485bb715b3cd76b9af6f968 - # Some DNS server don’t sent the question section - postPatch = (old.postPatch or "") + '' - sed -i -e "/missing question section/{n;N;d;}" lib/dns/xfrin.c - ''; - }); enable = true; cacheNetworks = ["any"]; extraOptions = '' -- cgit v1.2.3