]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Revert patch for bind
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 10 Feb 2024 23:35:54 +0000 (00:35 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 24 Feb 2024 11:26:28 +0000 (12:26 +0100)
deploy/flake.lock
flake.lock
flakes/flake.lock
systems/eldiron/dns.nix

index 86553e50d963883d5a4b6edb9a8cbb3878461e21..0ece9c361f82bdd9f7dbae8fbe896ef44ac88670 100644 (file)
       },
       "locked": {
         "lastModified": 1,
-        "narHash": "sha256-c7dsI2OqMU+4+ysGSVrF0BLoJiHPU2gVtTwKGhTGb88=",
+        "narHash": "sha256-vC7WaZfq0RkLnryC9VLo6hzIK6qSnXjuQnGRE/euQ1U=",
         "path": "../flakes",
         "type": "path"
       },
       },
       "locked": {
         "lastModified": 1,
-        "narHash": "sha256-zBwqj1wNm+4wK8QHiRGM1IGqedytZnsp7wiy8GEKUa0=",
+        "narHash": "sha256-HWihtz2ljCc6Yrg55dDsQf4nG6EtJw+2OmH6K7ieNtk=",
         "path": "../systems/eldiron",
         "type": "path"
       },
index f26c4a4a2a3ced76bdbf174278d8b1c0b6e83492..7b15319a88f1e09832b16f39b8b49be5d62f863d 100644 (file)
       },
       "locked": {
         "lastModified": 1,
-        "narHash": "sha256-c7dsI2OqMU+4+ysGSVrF0BLoJiHPU2gVtTwKGhTGb88=",
+        "narHash": "sha256-vC7WaZfq0RkLnryC9VLo6hzIK6qSnXjuQnGRE/euQ1U=",
         "path": "./flakes",
         "type": "path"
       },
       },
       "locked": {
         "lastModified": 1,
-        "narHash": "sha256-zBwqj1wNm+4wK8QHiRGM1IGqedytZnsp7wiy8GEKUa0=",
+        "narHash": "sha256-HWihtz2ljCc6Yrg55dDsQf4nG6EtJw+2OmH6K7ieNtk=",
         "path": "../systems/eldiron",
         "type": "path"
       },
index e4f848afe18738173ef9f7df507cb1a7e5cd0741..5bb0740b64edd80209cc0d6a93528867ef2b242b 100644 (file)
       },
       "locked": {
         "lastModified": 1,
-        "narHash": "sha256-zBwqj1wNm+4wK8QHiRGM1IGqedytZnsp7wiy8GEKUa0=",
+        "narHash": "sha256-HWihtz2ljCc6Yrg55dDsQf4nG6EtJw+2OmH6K7ieNtk=",
         "path": "../systems/eldiron",
         "type": "path"
       },
index 4ebb4010fae648c2a25c8704dc24482100de6413..3d5aafa4401707fcff2b93ac5cf81fbf1e5df8a2 100644 (file)
@@ -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 = ''