From 68ff46f5f1daf1e52c076a62e06082b6af563f52 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 3 Jun 2020 19:07:44 +0200 Subject: [PATCH] Try different riot config --- system/riot.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system/riot.nix b/system/riot.nix index 52a1e46f..520de484 100644 --- a/system/riot.nix +++ b/system/riot.nix @@ -2,10 +2,10 @@ let riot_config = { - # default_server_config."m.homeserver" = { - # server_name = "maralorn.de"; - # base_url = "https://matrix.maralorn.de"; - # }; + default_server_config."m.homeserver" = { + server_name = "maralorn.de"; + base_url = "https://matrix.maralorn.de"; + }; integrations_ui_url = ""; integgrations_rest_url = ""; integrations_widgets_urls = [ ];