london: remove old VPS from wireguard

This commit is contained in:
Victor Mignot 2024-07-26 20:32:32 +02:00 committed by Victor Mignot
parent aecdb8ca84
commit a9c5c6b16e
Signed by: dala
GPG key ID: 5E7F2CE1BEAFED3D

View file

@ -104,14 +104,6 @@
allowedIPs = [ "10.100.0.1" ]; allowedIPs = [ "10.100.0.1" ];
persistentKeepalive = 25; persistentKeepalive = 25;
} }
{
# VPS
publicKey = "x45YsLDpMJw1pwKOvkyzdesen3lFcKpxCXACGz+xtDs=";
endpoint = "${extraInfo.wireguard.VPSEndpoint}:51820";
allowedIPs = [ "10.100.0.2" ];
persistentKeepalive = 25;
}
]; ];
}; };