From a9c5c6b16e3090ad0f54c6749fa60187bb59212c Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Fri, 26 Jul 2024 20:32:32 +0200 Subject: [PATCH] london: remove old VPS from wireguard --- configurations/london/default.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configurations/london/default.nix b/configurations/london/default.nix index f89426b..8885be9 100644 --- a/configurations/london/default.nix +++ b/configurations/london/default.nix @@ -104,14 +104,6 @@ allowedIPs = [ "10.100.0.1" ]; persistentKeepalive = 25; } - - { - # VPS - publicKey = "x45YsLDpMJw1pwKOvkyzdesen3lFcKpxCXACGz+xtDs="; - endpoint = "${extraInfo.wireguard.VPSEndpoint}:51820"; - allowedIPs = [ "10.100.0.2" ]; - persistentKeepalive = 25; - } ]; };