Configure matrix-authentication-service
This commit is contained in:
parent
e484360f91
commit
881189eb62
9 changed files with 172 additions and 42 deletions
|
@ -1,9 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
matrix-authentication-service
|
||||
syn2mas
|
||||
];
|
||||
services.matrix-synapse = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
@ -56,7 +52,7 @@
|
|||
"/secrets/matrix-registration-shared-secret.secret"
|
||||
"/secrets/matrix-turn-shared-secret.secret"
|
||||
"/secrets/matrix-email-smtp-pass.secret"
|
||||
"/secrets/matrix-keycloak-client-secret.secret"
|
||||
"/secrets/matrix-homeserver-mas-config.secret"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue