1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat(wireguard): associate external peers to the specific defining node

This commit is contained in:
oddlama 2023-04-14 16:24:41 +02:00
parent d522a46f1d
commit 925d3856e0
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 103 additions and 47 deletions

View file

@ -20,4 +20,6 @@
dhcpV6Config.RouteMetric = 40;
};
};
extra.wireguard.vms.address = ["10.0.0.10/32"];
}