diff --git a/modules/networking/wireguard/peers.nix b/modules/networking/wireguard/peers.nix index 4b1c684..89bb202 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 = ["0.0.0.0/0"]; + allowedIPs = ["10.10.10.1/24"]; # Server endpoint to connect to. endpoint = "173.249.42.252:51820";