mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-19 05:39:34 +01:00
basic matrix config file
This commit is contained in:
parent
8785aabac6
commit
f7621c2bad
|
@ -1,4 +1,14 @@
|
||||||
{ config, lib, ... }:
|
{ config, lib, ... }:
|
||||||
#TODO: implement
|
#TODO: implement
|
||||||
{
|
{
|
||||||
|
services.matrix-synapse = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
serverName = "talk.hypervirtual.world";
|
||||||
|
};
|
||||||
|
|
||||||
|
redis = {
|
||||||
|
enabled = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue