feat: more signal conf

This commit is contained in:
s-prechtl 2025-07-16 20:27:03 +02:00
parent 5cf4ce441b
commit fcea2bbe4e

View file

@ -190,6 +190,28 @@ in {
address = "http://localhost:8008";
name = config.networking.domain;
};
bridge = {
permissions = {
"*" = "relay";
"sprechtl.me" = "user";
"@spr3ez:sprechtl.me" = "admin";
};
};
backfill = {
enabled = true;
};
matrix = {
message_status_events = true;
};
encryption = {
allow = true;
default = true;
pickle_key = "$ENCRYPTION_PICKLE_KEY";
};
};
};
}