Set new users to auto-join DTTH space

This commit is contained in:
Natsu Kagami 2023-12-27 15:31:41 +01:00
parent 6109922b19
commit cfce2aaecb
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -76,6 +76,10 @@ in
"fec0::/10"
];
app_service_config_files = app_services;
auto_join_rooms = [
"#join-dtth-matrix:dtth.ch"
];
};
extraConfigFiles = [
(config.sops.secrets."matrix-synapse-dtth/oidc-config".path)