diff --git a/services/workadventure.nix b/services/workadventure.nix index 63c6a21..a95fd39 100644 --- a/services/workadventure.nix +++ b/services/workadventure.nix @@ -37,17 +37,12 @@ in locations."/" = { proxyPass = "http://192.168.150.3"; proxyWebsockets = true; - extraConfig = '' - allow 23.88.116.81; - allow 2a01:4f8:c17:86ba::1; - deny all; - ''; }; enableACME = true; forceSSL = true; }; - containers.wa-truelove = { + containers.wa-void = { autoStart = true; privateNetwork = true; @@ -65,13 +60,13 @@ in ((import sources.nix-hexchen) {}).profiles.nopersist ]; - services.workadventure."truelove" = { + services.workadventure."void" = { packageset = (import wapkgs {inherit pkgs;}).workadventure-xce; nginx = { default = true; - domain = "https://true-love.world.hacc.space"; + domain = "https://void.hacc.space"; }; frontend.startRoomUrl = "/_/global/localhost/maps/main.json";