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 3af4c9373b
commit 6b1ad4378d
1 changed files with 14 additions and 0 deletions

View File

@ -65,6 +65,20 @@ in
prefix = "!feeds";
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"; } ];
}
];
};
};