mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-15 05:39:11 +02:00
feat: add persistent ids to all users/groups
This commit is contained in:
parent
37a8e17cc9
commit
7f65f74fef
62 changed files with 533 additions and 173 deletions
|
|
@ -314,6 +314,11 @@ in
|
|||
# restart the bridges daily. this is done for the signal bridge mainly which stops carrying
|
||||
# messages out after a while.
|
||||
|
||||
users.persistentIds = {
|
||||
mautrix-signal = confLib.mkIds 993;
|
||||
mautrix-whatsapp = confLib.mkIds 992;
|
||||
mautrix-telegram = confLib.mkIds 991;
|
||||
};
|
||||
|
||||
nodes =
|
||||
let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue