feat: vendor element-web

This commit is contained in:
2026-06-05 18:55:22 +00:00
parent 0914391a2b
commit d76c0b0273
4 changed files with 111 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ in {
locations."= /config.element.${matrixDomain}.json".return = "302 /config.json";
root = pkgs.element-web.override {
root = pkgs.hectic.element-web.override {
conf = {
default_server_config = {
"m.homeserver".base_url = "https://${matrixDomain}";
@@ -176,7 +176,7 @@ in {
locations."= /config.${elementEntryDomain}.json".return = "302 /config.json";
root = pkgs.element-web.override {
root = pkgs.hectic.element-web.override {
conf = {
default_server_config = {
"m.homeserver".base_url = "https://${polandEntryDomain}";