update
This commit is contained in:
parent
e06b368828
commit
995e9617d8
5 changed files with 6 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
services.matrix-synapse = {
|
||||
enable = true;
|
||||
extraConfigFiles = [ config.age.secrets.matrixSecrets.path ];
|
||||
settings.server_name = serverName;
|
||||
settings.listeners = [
|
||||
{
|
||||
|
|
@ -47,6 +48,7 @@ in
|
|||
|
||||
|
||||
};
|
||||
ragon.agenix.secrets."matrixSecrets" = { owner = "matrix-synapse"; };
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue