From e156ee4539d8be1ff7198f0928dea12ba23b8ae6 Mon Sep 17 00:00:00 2001 From: Asyncnomi Date: Tue, 22 Jul 2025 01:53:29 +0200 Subject: [PATCH] add mesh sup ip --- shared/commons/mesh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared/commons/mesh.nix b/shared/commons/mesh.nix index 0d85bce..798ccfe 100644 --- a/shared/commons/mesh.nix +++ b/shared/commons/mesh.nix @@ -36,7 +36,9 @@ let if4 = { "mesh-${shorten peerName}-${toString remoteZone}-${toString remoteId}" = { ips = [ + "172.19.${toString myId}.${toString myId}/32" "172.19.${toString remoteId}.${toString myId}/32" + "fc00::${toString myId}:${toString myId}/128" "fc00::${toString remoteId}:${toString myId}/128" ]; privateKeyFile = config.age.secrets."wg-private-zone-${toString myZone}-id-${toString myId}".path;