re-add matrix
This commit is contained in:
@@ -118,6 +118,8 @@
|
||||
syncthing_protocol = 22000;
|
||||
syncthing_discovery = 21027;
|
||||
minecraft = 25565;
|
||||
matrix = 6167;
|
||||
matrix_federation = 8448;
|
||||
};
|
||||
|
||||
https = {
|
||||
@@ -168,6 +170,11 @@
|
||||
dataDir = services_dir + "/monero";
|
||||
};
|
||||
|
||||
matrix = {
|
||||
dataDir = "/var/lib/private/matrix-conduit";
|
||||
domain = "matrix.${https.domain}";
|
||||
};
|
||||
|
||||
syncthing = {
|
||||
dataDir = services_dir + "/syncthing";
|
||||
signalBackupDir = "/${zpool_ssds}/bak/signal";
|
||||
|
||||
Reference in New Issue
Block a user