From 961dcfccbbe23e5e11aa95c931113eddb862f847 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 8 Oct 2025 12:53:06 -0500 Subject: [PATCH] 85 current 2025-10-08 12:05:30 25.05.20251001.5b5be50 6.12.49 * --- modules/system/vpns.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }; - }; + ]; }; };