feat: more signal conf
This commit is contained in:
parent
5cf4ce441b
commit
fcea2bbe4e
1 changed files with 22 additions and 0 deletions
|
|
@ -190,6 +190,28 @@ in {
|
||||||
address = "http://localhost:8008";
|
address = "http://localhost:8008";
|
||||||
name = config.networking.domain;
|
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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue