matrix: Move the whole email section into the secret
All checks were successful
Flake checks / Check (pull_request) Successful in 15m27s

Matrix doesn't deep merge the secrets, so this is necessary
This commit is contained in:
Akshay Mankar 2023-11-25 23:37:58 +01:00
parent 9f633582d1
commit 2cbc46c154
Signed by: axeman
GPG key ID: CA08F3AB62369B89
2 changed files with 0 additions and 13 deletions

View file

@ -52,19 +52,6 @@ in {
default_room_version = "10";
disable_msisdn_registration = true;
email = {
app_name = "Matrix";
client_base_url = "https://chat.pub.solar";
enable_notifs = true;
enable_tls = true;
invite_client_location = "https://chat.pub.solar";
notif_for_new_users = true;
notif_from = "Matrix <no-reply@pub.solar>";
require_transport_security = true;
smtp_host = "mx2.greenbaum.cloud";
smtp_port = 465;
};
enable_media_repo = true;
enable_metrics = true;
enable_registration = false;