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; - } ]; };