mgmt init

This commit is contained in:
asyncnomi 2025-07-21 20:41:54 +02:00
parent 0a9aa08cd6
commit a4fd96a197
8 changed files with 121 additions and 3 deletions

View file

@ -35,7 +35,7 @@ let
interface = {
"mesh" = {
ips = [
"172.19.${toString myZone}.${toString myId}/16"
"172.19.${toString myZone}.${toString myId}/17"
"fc00::${toString myZone}:${toString myId}/96"
];
privateKeyFile = config.age.secrets."wg-private-zone-${toString myZone}-id-${toString myId}".path;