Update shared/commons/mesh.nix
This commit is contained in:
parent
ccf23a35b8
commit
09c91ccf84
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue