diff --git a/hosts/cube/matrix-synapse.nix b/hosts/cube/matrix-synapse.nix index a9f5d7d..8934f66 100644 --- a/hosts/cube/matrix-synapse.nix +++ b/hosts/cube/matrix-synapse.nix @@ -44,6 +44,8 @@ in serverSystemConfiguration { extras = [ "postgres" "url-preview" "user-search" ]; + log.root.level = "WARNING"; # Shut the fuck up. + settings = { server_name = domain; # We are not setting web_client_location since the root is not accessible @@ -62,8 +64,6 @@ in serverSystemConfiguration { expire_access_token = true; url_preview_enabled = true; - loggers."synapse.http.matrixfederationclient".level = "WARNING"; # Shut the fuck up. - # Trusting Matrix.org. suppress_key_server_warning = true; };