diff --git a/machines/modules/malobeo/peers.nix b/machines/modules/malobeo/peers.nix index ecdf8dc..41e8c77 100644 --- a/machines/modules/malobeo/peers.nix +++ b/machines/modules/malobeo/peers.nix @@ -3,7 +3,7 @@ role = "server"; publicIp = "5.9.153.217"; address = [ "10.100.0.1/24" ]; - allowedIPs = [ "10.100.0.1/32" ]; + allowedIPs = [ "10.100.0.0/24" ]; listenPort = 51821; publicKey = "hF9H10Y8Ar7zvZXFoNM8LSoaYFgPCXv30c54SSEucX4="; };