Add postgresql dep to most stuff that needs it
This commit is contained in:
parent
5aaf1f044d
commit
1168c85ecf
9 changed files with 12 additions and 3 deletions
|
@ -23,6 +23,8 @@ in
|
|||
};
|
||||
|
||||
# Synapse instance for DTTH
|
||||
systemd.services.matrix-synapse.requires = [ "postgresql.service" ];
|
||||
|
||||
services.matrix-synapse = {
|
||||
enable = true;
|
||||
withJemalloc = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue