From 27bfbde5b525509b576b217cf850cc5199b8dad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Sun, 5 Nov 2023 20:45:40 +0100 Subject: [PATCH] fix: fix dhcp ipv6 pool --- hosts/pie/dhcpd.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/pie/dhcpd.nix b/hosts/pie/dhcpd.nix index 6febd6e..98a2e37 100644 --- a/hosts/pie/dhcpd.nix +++ b/hosts/pie/dhcpd.nix @@ -85,10 +85,10 @@ subnet6 = [ { - subnet = "2a02:908:5b1:e3c0::/59"; + subnet = "2a02:908:5b1:e3c0::/64"; pools = [ - { pool = "2a02:908:5b1:e3c0::/59"; } + { pool = "2a02:908:5b1:e3c0::/64"; } ]; option-data = [