nix/lib/dns: fix reverseZone6Size to /56

This commit is contained in:
Astro 2021-08-13 01:18:59 +02:00
parent 955d0b7eb3
commit c2b1a2f183
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ rec {
localZones = localZones =
let let
# ip6.arpa aggregation size in CIDR bits # ip6.arpa aggregation size in CIDR bits
reverseZone6Size = 60; reverseZone6Size = 56;
hosts4Records = hosts4: hosts4Records = hosts4:
builtins.attrValues ( builtins.attrValues (