bicep/matrix/element: update room directories
Eval nix flake / evals (push) Failing after 1m44s
Details
Eval nix flake / evals (push) Failing after 1m44s
Details
This commit is contained in:
parent
9f46be1ca1
commit
7c6d4d31c7
|
@ -30,18 +30,20 @@ in {
|
||||||
feature_group_calls = true;
|
feature_group_calls = true;
|
||||||
};
|
};
|
||||||
default_theme = "dark";
|
default_theme = "dark";
|
||||||
|
# Servers in this list should provide some sort of valuable scoping
|
||||||
|
# matrix.org is not useful compared to matrixrooms.info,
|
||||||
|
# because it has so many general members, rooms of all topics are on it.
|
||||||
|
# Something matrixrooms.info is already providing.
|
||||||
room_directory.servers = [
|
room_directory.servers = [
|
||||||
"pvv.ntnu.no"
|
"pvv.ntnu.no"
|
||||||
"matrixrooms.info"
|
"matrixrooms.info" # Searches all public room directories
|
||||||
"matrix.omegav.no"
|
"matrix.omegav.no" # Friends
|
||||||
"matrix.org"
|
"gitter.im" # gitter rooms
|
||||||
"gitter.im"
|
"mozilla.org" # mozilla and friends
|
||||||
"mozilla.org"
|
"kde.org" # KDE rooms
|
||||||
"kde.org"
|
"fosdem.org" # FOSDEM
|
||||||
"t2bot.io"
|
"dodsorf.as" # PVV Member
|
||||||
"fosdem.org"
|
"nani.wtf" # PVV Member
|
||||||
"dodsorf.as"
|
|
||||||
"nani.wtf"
|
|
||||||
];
|
];
|
||||||
enable_presence_by_hs_url = {
|
enable_presence_by_hs_url = {
|
||||||
"https://matrix.org" = false;
|
"https://matrix.org" = false;
|
||||||
|
|
Loading…
Reference in New Issue