Remove matrix sliding sync options as it is now part of matrix-synapse
This commit is contained in:
parent
cfd86a8e87
commit
e3d8f98e5c
2 changed files with 1 additions and 17 deletions
|
@ -33,14 +33,6 @@
|
|||
permissions = "0640";
|
||||
uploadAt = "pre-activation";
|
||||
};
|
||||
"matrix-SYNCV3_SECRET.secret" = {
|
||||
keyCommand = keyCommandEnv ++ [ "pass" "matrix/SYNCV3_SECRET" ];
|
||||
destDir = "/secrets";
|
||||
user = "matrix-synapse";
|
||||
group = "matrix-synapse";
|
||||
permissions = "0640";
|
||||
uploadAt = "pre-activation";
|
||||
};
|
||||
"matrix-keycloak-client-secret.secret" = {
|
||||
keyCommand = keyCommandEnv ++ [ "pass" "matrix/keycloak-client-secret" ];
|
||||
destDir = "/secrets";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue