This commit is contained in:
mjallen18
2025-11-13 13:35:00 -06:00
parent c2766e82af
commit 582561ae12

View File

@@ -11,7 +11,7 @@ let
matrixConfig = {
services.matrix-synapse = {
enable = true;
dataDir = "/var/lib/matrix-synapse";
dataDir = cfg.dataDir;
configureRedisLocally = true;
enableRegistrationScript = true;
settings = {
@@ -149,7 +149,7 @@ let
reverseProxies = [ reverseProxyConfig ];
};
}
// matrixContainer;
// matrixConfig;
in
with lib;
{