1
0
Fork 0

Add local ip on apollo

This commit is contained in:
Malte Brandy 2021-12-17 02:21:52 +01:00
parent f1bb589808
commit 89c3593d06
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -36,7 +36,7 @@ in
wireguard.interfaces = {
m0wire = {
allowedIPsAsRoutes = false;
ips = [ "${hosts.apollo-wg}/112" ];
ips = [ "${hosts.apollo-wg}/112" "${hosts.vpn.apollo}/64" ];
privateKeyFile = pkgs.privatePath "wireguard/apollo-private";
peers = [
{