From c2b1a2f18332feb3acc088f79e21f5f41d432953 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 13 Aug 2021 01:18:59 +0200 Subject: [PATCH] nix/lib/dns: fix reverseZone6Size to /56 --- nix/lib/dns.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/lib/dns.nix b/nix/lib/dns.nix index 1e8f4b4..20a31ec 100644 --- a/nix/lib/dns.nix +++ b/nix/lib/dns.nix @@ -23,7 +23,7 @@ rec { localZones = let # ip6.arpa aggregation size in CIDR bits - reverseZone6Size = 60; + reverseZone6Size = 56; hosts4Records = hosts4: builtins.attrValues (