diff --git a/hosts/hainich/services/workadventure.nix b/hosts/hainich/services/workadventure.nix index 643f7f5..9f5019d 100644 --- a/hosts/hainich/services/workadventure.nix +++ b/hosts/hainich/services/workadventure.nix @@ -37,7 +37,7 @@ in commonConfig = { webrtc.stun.url = "stun:turn.hacc.space:3478"; webrtc.turn = { - url = "turn:95.217.159.23"; + url = "turn:46.4.63.148"; user = "turn"; password = config'.services.coturn.static-auth-secret; };