diff --git a/tests/integration/rpsc-test.nix b/tests/integration/rpsc-test.nix index 63db311..8a8a532 100644 --- a/tests/integration/rpsc-test.nix +++ b/tests/integration/rpsc-test.nix @@ -260,7 +260,7 @@ in peerPubkey = staticConfig.peerA.publicKey; remoteKeyPath = keyExchangePathBA; endpoint = "peerA:${builtins.toString wgPort}"; - allowedIps = "${staticConfig.peerB.innerIp}/32"; + allowedIps = "${staticConfig.peerA.innerIp}/32"; }; } // lib.optionalAttrs multiPeer {