diff --git a/services/workadventure.nix b/services/workadventure.nix index a95fd39..76bf9b9 100644 --- a/services/workadventure.nix +++ b/services/workadventure.nix @@ -67,9 +67,11 @@ in nginx = { default = true; domain = "https://void.hacc.space"; + maps.path = "${sources.haccmap.outPath}/"; + maps.serve = true; }; - frontend.startRoomUrl = "/_/global/localhost/maps/main.json"; + frontend.startRoomUrl = "/_/global/void.hacc.space/maps/main.json"; commonConfig = { webrtc.stun.url = "stun:void.hacc.space:3478"; webrtc.turn = {