add mesh sup ip

This commit is contained in:
asyncnomi 2025-07-22 01:53:29 +02:00
parent ef21fa4a53
commit e156ee4539

View file

@ -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;