diff --git a/modules/networking/wireguard/peers.nix b/modules/networking/wireguard/peers.nix index 89bb202..4afd9de 100644 --- a/modules/networking/wireguard/peers.nix +++ b/modules/networking/wireguard/peers.nix @@ -3,7 +3,7 @@ publicKey = "aFl1ILLtKQkXctqzMZQxgnfLtSrKabs4NO2fZExeKWE="; # Forward all trafic to the VPN. - allowedIPs = ["10.10.10.1/24"]; + allowedIPs = ["10.10.10.0/24"]; # Server endpoint to connect to. endpoint = "173.249.42.252:51820";