basic matrix config file

This commit is contained in:
Harry 2024-07-18 17:17:01 +02:00
parent 8785aabac6
commit f7621c2bad

View file

@ -1,4 +1,14 @@
{ config, lib, ... }:
#TODO: implement
{
services.matrix-synapse = {
enable = true;
settings = {
serverName = "talk.hypervirtual.world";
};
redis = {
enabled = true;
};
};
}