Compare commits
No commits in common. "00c7c1157cf7bda9e4d1223b9ff301d288713458" and "e11258b355a99c2265289093a31b086a541a8cf0" have entirely different histories.
00c7c1157c
...
e11258b355
2 changed files with 0 additions and 18 deletions
|
@ -1,16 +0,0 @@
|
|||
_: {
|
||||
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"];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
|
@ -15,8 +15,6 @@ _: {
|
|||
NEKO_BIND = "0.0.0.0:8080";
|
||||
NEKO_CONTROL_PROTECTION = "true";
|
||||
NEKO_VIDEO_CODEC = "h264";
|
||||
NEKO_ICELITE = "true";
|
||||
NEKO_ICESERVER = "stun:stun.l.google.com:19302";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue