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; }