Compare commits

..

2 Commits

Author SHA1 Message Date
ed87e6e348 Update matrix.nix
Some checks failed
Deploy NixOS / deploy (push) Failing after 15s
2026-02-12 23:40:32 -07:00
e40504208f oops 2026-02-12 23:40:06 -07:00

View File

@@ -18,7 +18,8 @@ in
allow_registration = true;
allow_encryption = true;
allow_federation = true;
trusted_servers = [ "matrix.org, chat.blahaj.zone" ];
registration_token = "1ab6b695e7a6416a1ad8985d7c72be6970be722d932d90c836aa5d5f4caf7a5b"
trusted_servers = [ "matrix.org", "chat.blahaj.zone" ];
ip_range_denylist = [
"127.0.0.0/8"
"10.0.0.0/8"