No way im actually keeping a secret that I commited temporarily LOL
All checks were successful
Deploy NixOS / deploy (push) Successful in 25s

This commit is contained in:
2026-02-12 23:45:28 -07:00
parent d111729710
commit 3f53946a7f

View File

@@ -15,10 +15,9 @@ in
address = [ "127.0.0.1" "::1" ]; address = [ "127.0.0.1" "::1" ];
port = [ 6167 ]; port = [ 6167 ];
max_request_size = 104857600; max_request_size = 104857600;
allow_registration = true; allow_registration = false;
allow_encryption = true; allow_encryption = true;
allow_federation = true; allow_federation = true;
registration_token = "1ab6b695e7a6416a1ad8985d7c72be6970be722d932d90c836aa5d5f4caf7a5b";
trusted_servers = [ "matrix.org" "chat.blahaj.zone" ]; trusted_servers = [ "matrix.org" "chat.blahaj.zone" ];
ip_range_denylist = [ ip_range_denylist = [
"127.0.0.0/8" "127.0.0.0/8"