22
0
mirror of https://github.com/SuperSandro2000/nixos-modules.git synced 2024-05-28 20:10:47 +02:00

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

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;