Add the registration file to the default app service config files

This commit is contained in:
Charlotte 🦝 Delenk 2022-05-03 20:49:54 +01:00
parent f4b6109204
commit afaeca4f02
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -126,5 +126,8 @@ in
group = "matrix-synapse";
isSystemUser = true;
};
services.matrix-synapse.settings.app_service_config_files = [
registrationFile
];
};
}