Compare commits

..

2 Commits

Author SHA1 Message Date
0c85011750 Update matrix.nix
Some checks failed
Deploy NixOS / deploy (push) Failing after 38s
2026-02-12 23:38:16 -07:00
7973c3c171 registration 2026-02-12 23:37:50 -07:00

View File

@@ -14,11 +14,11 @@ in
server_name = serverName; server_name = serverName;
address = [ "127.0.0.1" "::1" ]; address = [ "127.0.0.1" "::1" ];
port = [ 6167 ]; port = [ 6167 ];
max_request_size = 104857600; # 100MB in bytes max_request_size = 104857600;
allow_registration = false; allow_registration = true;
allow_encryption = true; allow_encryption = true;
allow_federation = true; allow_federation = true;
trusted_servers = [ "matrix.org" ]; trusted_servers = [ "matrix.org, chat.blahaj.zone" ];
ip_range_denylist = [ ip_range_denylist = [
"127.0.0.0/8" "127.0.0.0/8"
"10.0.0.0/8" "10.0.0.0/8"