matrix: fix assertion

This commit is contained in:
Sandro - 2024-04-24 23:15:36 +02:00
parent 3aa5a47abe
commit ca1b011888
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ in
virtualHosts."${cfge.domain}" = {
forceSSL = true;
enableACME = lib.mkDefault true;
root = (cfge.package.override {
locations."/".root = (cfge.package.override {
conf = with config.services.matrix-synapse.settings; {
default_server_config."m.homeserver" = {
"base_url" = public_baseurl;