From a5fa6fe0f9d7c2c373cc95666df7f79260001208 Mon Sep 17 00:00:00 2001 From: octycs Date: Sun, 7 Nov 2021 18:08:03 +0100 Subject: [PATCH] Fix domain. Else WA requests stuff from https://void.hacc.space/void.hacc.space/stuff --- services/workadventure.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/workadventure.nix b/services/workadventure.nix index 589130b..47009a2 100644 --- a/services/workadventure.nix +++ b/services/workadventure.nix @@ -66,7 +66,7 @@ in nginx = { default = true; - domain = "void.hacc.space"; + domain = "https://void.hacc.space"; }; frontend.startRoomUrl = "/_/global/localhost/maps/main.json";