From 48ee2507366d53463fe18e68878cfd437edee708 Mon Sep 17 00:00:00 2001 From: mrflos Date: Mon, 16 Sep 2024 13:28:23 +0300 Subject: [PATCH] fix(zoro): better wireguard config bis --- machines/ThinkCentre-M710q-zoro-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/ThinkCentre-M710q-zoro-configuration.nix b/machines/ThinkCentre-M710q-zoro-configuration.nix index ae4dd68..260de4f 100644 --- a/machines/ThinkCentre-M710q-zoro-configuration.nix +++ b/machines/ThinkCentre-M710q-zoro-configuration.nix @@ -23,7 +23,7 @@ { publicKey = "2MZzEGJzA3HrwkHf91TaKJEHwCNyVvsTLWoIYHrCxhY="; presharedKeyFile = "/etc/wireguard_preshared_key"; - allowedIPs = [ "10.10.10.0/24" ]; + allowedIPs = [ "10.42.0.0/24" ]; endpoint = "195.201.63.240:8098"; persistentKeepalive = 15; }