mirror of https://gitlab.crans.org/nounous/nixos
add jitsi en serveur par defaut pour element
parent
6ba4c15870
commit
16f922ad1e
|
@ -13,6 +13,11 @@
|
|||
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 = {
|
||||
|
|
Loading…
Reference in New Issue