enable matrix web client

This commit is contained in:
Johannes Jöns 2024-04-23 19:26:40 +02:00
parent 2c8852e429
commit 66c105610e

View file

@ -43,6 +43,19 @@ in
locations."/_matrix".proxyPass = "http://[::1]:8008";
locations."/_synapse/client".proxyPass = "http://[::1]:8008";
};
"element.matrix.missing.ninja" = {
enableACME = true;
forceSSL = true;
serverAliases = [
"element.missing.ninja"
];
root = pkgs.element-web.override {
conf = {
default_server_config = clientConfig;
};
};
};
};
};