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 = {
|
interfaces = {
|
||||||
"mesh" = {
|
"mesh" = {
|
||||||
ips = [
|
ips = [
|
||||||
"172.19.${toString myZone}.${toString myId}/16"
|
"172.19.${toString myZone}.${toString myId}/17"
|
||||||
"fc00::${toString myZone}:${toString myId}/96"
|
"fc00::${toString myZone}:${toString myId}/112"
|
||||||
];
|
];
|
||||||
privateKeyFile = config.age.secrets."wg-private-zone-${toString myZone}-id-${toString myId}".path;
|
privateKeyFile = config.age.secrets."wg-private-zone-${toString myZone}-id-${toString myId}".path;
|
||||||
listenPort = 51820;
|
listenPort = 51820;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue