bicep/matrix/hookshot: dan bootstrap

This commit is contained in:
Daniel Lovbrotte Olsen 2024-10-13 07:00:55 +02:00
parent c0f80479ee
commit 1aff727ae9

View File

@ -72,14 +72,19 @@ in
{ 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";
# # 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"; } ];
# }
# Dan bootstrap
{ actor = "@dandellion:dodsorf.as";
services = [ { service = "*"; level = "admin"; } ];
}
];
};
};