services: matrix: ensure 'dataDir' exists
This commit is contained in:
parent
8cdef69b3e
commit
2db7189f50
|
@ -40,6 +40,7 @@ in
|
||||||
|
|
||||||
services.matrix-synapse = {
|
services.matrix-synapse = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
dataDir = "/var/lib/matrix-synapse";
|
||||||
server_name = domain;
|
server_name = domain;
|
||||||
public_baseurl = "https://matrix.${domain}";
|
public_baseurl = "https://matrix.${domain}";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue