diff --git a/configuration.nix b/configuration.nix index 252adb5..19f0507 100644 --- a/configuration.nix +++ b/configuration.nix @@ -182,7 +182,7 @@ peers = [{ publicKey = "VEpzr/CeGdS6Wsy0NDDfmlB/bCYxS55A155HWGCIIzc="; endpoint = "vpn.leeworks.dev:51820"; - allowedIPs = [ "10.0.1.64/28" ]; + allowedIPs = [ "192.168.1.0/24" "10.0.0.0/24" "10.0.1.0/26" ]; persistentKeepalive = 25; }]; };