Add the registration file to the default app service config files
This commit is contained in:
parent
f4b6109204
commit
afaeca4f02
1 changed files with 3 additions and 0 deletions
|
@ -126,5 +126,8 @@ in
|
|||
group = "matrix-synapse";
|
||||
isSystemUser = true;
|
||||
};
|
||||
services.matrix-synapse.settings.app_service_config_files = [
|
||||
registrationFile
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue