From 6303e4f13ba0ba656e60f6c43550c55063da76ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Wed, 11 Oct 2023 14:31:39 +0200 Subject: [PATCH] fix: use correct ipv6 subnet --- 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 adc2ebe..c684f67 100644 --- a/hosts/pie/dhcpd.nix +++ b/hosts/pie/dhcpd.nix @@ -85,10 +85,10 @@ subnet6 = [ { - subnet = "2a02:908:5b1:e3c0::/64"; + subnet = "2a02:908:5b1:e3c0::/59"; pools = [ - { pool = "2a02:908:5b1:e3c0::/64"; } + { pool = "2a02:908:5b1:e3c0::/59"; } ]; option-data = [