Merge branch 'element-jitsi' into 'main'

Use jistsi for element call

See merge request nounous/nixos!47
merge-requests/53/head
lzebulon 2025-12-17 13:04:05 +01:00
commit 39aafa30f2
1 changed files with 5 additions and 0 deletions

View File

@ -20,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";
};
};
};
};