diff --git a/modules/system/vpns.nix b/modules/system/vpns.nix index da2b6e7..2d52e5d 100644 --- a/modules/system/vpns.nix +++ b/modules/system/vpns.nix @@ -42,12 +42,10 @@ in peers = [ { - pia = { - publicKey = "avK/Bdg+hyLMqP2k/7eEBTkxwCSzyy8FymwO/vFjbQg="; - allowedIPs = [ "0.0.0.0/0" ]; - endpoint = "77.81.142.245:1337"; - persistentKeepalive = 25; - }; + publicKey = "avK/Bdg+hyLMqP2k/7eEBTkxwCSzyy8FymwO/vFjbQg="; + allowedIPs = [ "0.0.0.0/0" ]; + endpoint = "77.81.142.245:1337"; + persistentKeepalive = 25; } ]; };