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