Assign some static UIDs, because it's very annoying when they change

This commit is contained in:
Charlotte Van Petegem 2021-07-12 12:51:23 +02:00
parent 527ded9fa1
commit 61fd12b521
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 15 additions and 3 deletions

View file

@ -122,17 +122,23 @@
users = {
users = {
matrix_appservice_slack = {
uid = 998;
group = "matrix_appservice_slack";
isSystemUser = true;
};
mautrix_whatsapp = {
uid = 997;
group = "mautrix_whatsapp";
isSystemUser = true;
};
};
groups = {
matrix_appservice_slack = { };
mautrix_whatsapp = { };
matrix_appservice_slack = {
gid = 998;
};
mautrix_whatsapp = {
gid = 997;
};
};
};