yuki: init conduit
This commit is contained in:
parent
e11258b355
commit
7da4091344
1 changed files with 16 additions and 0 deletions
16
hosts/yuki/services/conduit.nix
Normal file
16
hosts/yuki/services/conduit.nix
Normal 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"];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue