bicep/matrix/hookshot: Set up slightly wider permissions

This commit is contained in:
Daniel Lovbrotte Olsen 2024-10-13 06:36:06 +02:00
parent ad09109b5b
commit b6694831fe
1 changed files with 15 additions and 0 deletions

View File

@ -66,6 +66,21 @@ in
service = "feeds";
}
];
permissions = [
# Users of the PVV Server
{ actor = "pvv.ntnu.no";
services = [ { service = "*"; level = "commands"; } ];
}
# Members of Medlem space (for people with their own hs)
{ actor = "!pZOTJQinWyyTWaeOgK:pvv.ntnu.no";
services = [ { service = "*"; level = "commands"; } ];
}
# Members of Drift
{ actor = "!eYgeufLrninXxQpYml:pvv.ntnu.no";
services = [ { service = "*"; level = "admin"; } ];
}
];
};
};