bvm-matrix: tweak Element config a bit

This commit is contained in:
Luke Granger-Brown 2021-05-22 23:26:02 +00:00
parent da13d6af17
commit 169524b65a

View file

@ -111,6 +111,10 @@ in {
server_name = "matrix.zxcvbnm.ninja"; server_name = "matrix.zxcvbnm.ninja";
}; };
disable_guests = true; disable_guests = true;
disable_custom_urls = true;
settingDefaults = {
"UIFeature.registration" = false;
};
}; };
}; };
}; };