mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-02-04 17:20:02 +01:00
bicep/element: fetch correct well-known file
This commit is contained in:
@@ -17,7 +17,7 @@ in {
|
|||||||
root = pkgs.element-web.override {
|
root = pkgs.element-web.override {
|
||||||
conf = {
|
conf = {
|
||||||
# Tries to look up well-known first, else uses bundled config.
|
# Tries to look up well-known first, else uses bundled config.
|
||||||
default_server_name = "pvv.ntnu.no";
|
default_server_name = "matrix.pvv.ntnu.no";
|
||||||
default_server_config = config.services.pvv-matrix-well-known.client;
|
default_server_config = config.services.pvv-matrix-well-known.client;
|
||||||
|
|
||||||
disable_3pid_login = true;
|
disable_3pid_login = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user