X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=systems%2Feldiron%2Fdns.nix;fp=systems%2Feldiron%2Fdns.nix;h=3d5aafa4401707fcff2b93ac5cf81fbf1e5df8a2;hp=4ebb4010fae648c2a25c8704dc24482100de6413;hb=fd2dd40522a71b633a1b31197d1e2cd083cf0995;hpb=4024d6ccd8d83fd4145042fce74f56ec26fbeb7d 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 = ''