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