From a7896e718f3f4dbb79d654fbaa579d108d8c0d9f Mon Sep 17 00:00:00 2001 From: stuebinm Date: Fri, 7 Jan 2022 17:29:10 +0100 Subject: [PATCH] services/workadventure: re-add the hacc assembly map as default map --- services/workadventure.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = {