synapse: move module to folder
This commit is contained in:
parent
933bcc7502
commit
2fd495c9cf
|
@ -19,7 +19,7 @@ handlers:
|
|||
SYSLOG_IDENTIFIER: synapse
|
||||
|
||||
root:
|
||||
level: WARN
|
||||
level: INFO
|
||||
handlers: [journal]
|
||||
|
||||
disable_existing_loggers: False
|
|
@ -5,7 +5,7 @@ let
|
|||
in
|
||||
{
|
||||
|
||||
imports = [ ./matrix-synapse-next.nix ];
|
||||
imports = [ ./synapse-module ];
|
||||
|
||||
services.matrix-synapse-next = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in New Issue