From 09c91ccf84a0638eea4bde9240932f89ba732d30 Mon Sep 17 00:00:00 2001 From: asyncnomi Date: Tue, 22 Jul 2025 21:47:26 +0200 Subject: [PATCH] Update shared/commons/mesh.nix --- shared/commons/mesh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/commons/mesh.nix b/shared/commons/mesh.nix index c58b978..ac051a2 100644 --- a/shared/commons/mesh.nix +++ b/shared/commons/mesh.nix @@ -39,8 +39,8 @@ let interfaces = { "mesh" = { ips = [ - "172.19.${toString myZone}.${toString myId}/16" - "fc00::${toString myZone}:${toString myId}/96" + "172.19.${toString myZone}.${toString myId}/17" + "fc00::${toString myZone}:${toString myId}/112" ]; privateKeyFile = config.age.secrets."wg-private-zone-${toString myZone}-id-${toString myId}".path; listenPort = 51820;