feat: move vpn ip from lisa to akhaten

This commit is contained in:
Luj 2024-09-04 15:30:04 +02:00
parent 23fc74efa6
commit 74f98b7f03
Signed by: luj
GPG key ID: 6FC74C847011FD83
2 changed files with 57 additions and 2 deletions

View file

@ -2,6 +2,7 @@
pkgs,
inputs,
profiles,
lib,
...
}:
{
@ -53,7 +54,7 @@
wireguardPeerConfig = {
PublicKey = "oYsN1Qy+a7dwVOKapN5s5KJOmhSflLHZqh+GLMeNpHw=";
AllowedIPs = [ "0.0.0.0/0" ];
Endpoint = "[2a01:e0a:5f9:9681:5880:c9ff:fe9f:3dfb]:51821";
Endpoint = "[${lib.snowfield.akhaten.ips.public.ipv6}]:51821";
PersistentKeepalive = 25;
};
}