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
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:
parent
ad9e434a28
commit
a4be5de575
1 changed files with 11 additions and 13 deletions
|
@ -50,19 +50,21 @@ in {
|
||||||
config.skynet = {
|
config.skynet = {
|
||||||
users = {
|
users = {
|
||||||
committee = lib.lists.unique (
|
committee = lib.lists.unique (
|
||||||
# Committee
|
# Committee - Core
|
||||||
[
|
[
|
||||||
"silver"
|
"silver"
|
||||||
"eoghanconlon73"
|
"eoghanconlon73"
|
||||||
"sidhiel"
|
|
||||||
"maksimsger1"
|
|
||||||
"kaiden"
|
|
||||||
"pine"
|
|
||||||
"nanda"
|
"nanda"
|
||||||
"sourabh1805"
|
# Emily
|
||||||
"kronsy"
|
# Sean
|
||||||
|
]
|
||||||
|
# Committee - OCM
|
||||||
|
++ [
|
||||||
|
"sidhiel"
|
||||||
"skyapples"
|
"skyapples"
|
||||||
"emi05h"
|
"eliza"
|
||||||
|
"amymucko"
|
||||||
|
# Archie
|
||||||
]
|
]
|
||||||
# Admins are part of Committee as well
|
# Admins are part of Committee as well
|
||||||
++ cfg.admin
|
++ cfg.admin
|
||||||
|
@ -70,14 +72,10 @@ in {
|
||||||
admin = [
|
admin = [
|
||||||
"silver"
|
"silver"
|
||||||
"evanc"
|
"evanc"
|
||||||
"eoghanconlon73"
|
|
||||||
"eliza"
|
"eliza"
|
||||||
"esy"
|
"esy"
|
||||||
];
|
];
|
||||||
trainee = [
|
trainee = [];
|
||||||
"milan"
|
|
||||||
"kronsy"
|
|
||||||
];
|
|
||||||
lifetime = [];
|
lifetime = [];
|
||||||
banned = [];
|
banned = [];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue