diff --git a/modules/networking/wireguard/peers.nix b/modules/networking/wireguard/peers.nix index 8e4b576..9d74446 100644 --- a/modules/networking/wireguard/peers.nix +++ b/modules/networking/wireguard/peers.nix @@ -16,13 +16,13 @@ comfy-station = { publicKey = "OsP5tyyYq2B9K8kcDJRLMVE/XuFk57aEhzhQcJc+e3M="; address = ["10.10.10.2/24"]; - allowedIPs = ["10.10.10.2/32"]; + allowedIPs = ["10.10.10.2/24"]; }; monolith = { publicKey = "r60a6TyR2jV6ePvZgtznd3H4hQPE3sjznoiE8vx3+iI="; address = ["10.10.10.3/24"]; - allowedIPs = ["10.10.10.3/32"]; + allowedIPs = ["10.10.10.3/24"]; }; };