temp
This commit is contained in:
@@ -11,7 +11,7 @@ let
|
|||||||
matrixConfig = {
|
matrixConfig = {
|
||||||
services.matrix-synapse = {
|
services.matrix-synapse = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dataDir = "/var/lib/matrix-synapse";
|
dataDir = cfg.dataDir;
|
||||||
configureRedisLocally = true;
|
configureRedisLocally = true;
|
||||||
enableRegistrationScript = true;
|
enableRegistrationScript = true;
|
||||||
settings = {
|
settings = {
|
||||||
@@ -149,7 +149,7 @@ let
|
|||||||
reverseProxies = [ reverseProxyConfig ];
|
reverseProxies = [ reverseProxyConfig ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
// matrixContainer;
|
// matrixConfig;
|
||||||
in
|
in
|
||||||
with lib;
|
with lib;
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user