diff --git a/terranix/workadventure-jitsi-setup/plops/configs/nixserver-host/configuration.nix b/terranix/workadventure-jitsi-setup/plops/configs/nixserver-host/configuration.nix index b954e1e..274d91d 100644 --- a/terranix/workadventure-jitsi-setup/plops/configs/nixserver-host/configuration.nix +++ b/terranix/workadventure-jitsi-setup/plops/configs/nixserver-host/configuration.nix @@ -27,8 +27,8 @@ # upload.party.${hostName} networking.hostName = "host"; - workadventure.domain = "nerilex.org"; - security.acme.email = "bg+party@nerilex.org"; + workadventure.domain = "palovandalo.com"; + security.acme.email = "contact@ingolf-wagner.de"; security.acme.acceptTerms = true; } diff --git a/terranix/workadventure-jitsi-setup/plops/configs/nixserver-host/jitsi.nix b/terranix/workadventure-jitsi-setup/plops/configs/nixserver-host/jitsi.nix index 58a1249..76d0738 100644 --- a/terranix/workadventure-jitsi-setup/plops/configs/nixserver-host/jitsi.nix +++ b/terranix/workadventure-jitsi-setup/plops/configs/nixserver-host/jitsi.nix @@ -43,7 +43,6 @@ config = { enableWelcomePage = false; defaultLang = "en"; - }; # https://github.com/jitsi/jitsi-meet/blob/master/interface_config.js diff --git a/terranix/workadventure-jitsi-setup/plops/configs/nixserver-host/workadventure.nix b/terranix/workadventure-jitsi-setup/plops/configs/nixserver-host/workadventure.nix index 55a57a5..59dd24f 100644 --- a/terranix/workadventure-jitsi-setup/plops/configs/nixserver-host/workadventure.nix +++ b/terranix/workadventure-jitsi-setup/plops/configs/nixserver-host/workadventure.nix @@ -9,7 +9,7 @@ let jitsiISS = ""; - workadventureSecretKey = "YXNkZnNkZmxranNhZGxma2phc2RsZmtqYXNsa2Zkago="; + workadventureSecretKey = ""; jitsiURL = "meet.${config.workadventure.domain}";