mirror of https://gitlab.crans.org/nounous/nixos
fix emplacement config jitsi
parent
16f922ad1e
commit
54e174aab7
|
@ -13,11 +13,6 @@
|
|||
base_url = "https://matrix.crans.org/";
|
||||
server_name = "crans.org";
|
||||
};
|
||||
|
||||
# https://github.com/element-hq/element-web/blob/develop/docs/jitsi.md
|
||||
"jitsi" = {
|
||||
"preferred_domain" = "jitsi.crans.org";
|
||||
};
|
||||
};
|
||||
default_theme = "light";
|
||||
features = {
|
||||
|
@ -25,6 +20,11 @@
|
|||
feature_group_calls = true;
|
||||
feature_element_call_video_rooms = true;
|
||||
};
|
||||
|
||||
# https://github.com/element-hq/element-web/blob/develop/docs/jitsi.md
|
||||
"jitsi" = {
|
||||
"preferred_domain" = "jitsi.crans.org";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue