yuki: init conduit

This commit is contained in:
notohh 2023-09-23 20:53:45 -04:00
parent e11258b355
commit 7da4091344
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -0,0 +1,16 @@
_: {
networking.firewall.allowedTCPPorts = [6167 8448];
services.matrix-conduit = {
enable = true;
settings = {
global = {
address = "0.0.0.0";
server_name = "forsen";
allow_registration = true;
allow_federation = true;
allow_encryption = true;
trusted_servers = ["matrix.org"];
};
};
};
}