feat: switching over the committee
Some checks failed
Build_Deploy / deploy_dns (push) Blocked by required conditions
Build_Deploy / deploy_active (active) (push) Blocked by required conditions
Build_Deploy / deploy_active (active-core) (push) Blocked by required conditions
Build_Deploy / deploy_active (active-ext) (push) Blocked by required conditions
Build_Deploy / linter (push) Successful in 6s
Build_Deploy / build (push) Has been cancelled

This commit is contained in:
silver 2024-10-04 12:37:56 +01:00
parent ad9e434a28
commit a4be5de575
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -50,19 +50,21 @@ in {
config.skynet = {
users = {
committee = lib.lists.unique (
# Committee
# Committee - Core
[
"silver"
"eoghanconlon73"
"sidhiel"
"maksimsger1"
"kaiden"
"pine"
"nanda"
"sourabh1805"
"kronsy"
# Emily
# Sean
]
# Committee - OCM
++ [
"sidhiel"
"skyapples"
"emi05h"
"eliza"
"amymucko"
# Archie
]
# Admins are part of Committee as well
++ cfg.admin
@ -70,14 +72,10 @@ in {
admin = [
"silver"
"evanc"
"eoghanconlon73"
"eliza"
"esy"
];
trainee = [
"milan"
"kronsy"
];
trainee = [];
lifetime = [];
banned = [];