diff --git a/config/users.nix b/config/users.nix index f7c3f84..f88db70 100644 --- a/config/users.nix +++ b/config/users.nix @@ -52,24 +52,35 @@ in { committee = lib.lists.unique ( # Committee - Core [ + # President "silver" - "eoghanconlon73" - "nanda" + # Secretary + "kaiden" + # Treasurer + "peace" + # PRO + "amymucko" + # HSO "skyapples" - "generically" ] # Committee - OCM ++ [ + "connormc" + "cordlesscoder" + "dca_" "eliza" - "amymucko" - "archiedms" - "kaiden" + "emilyrutai" + "generically" + "mysticwolf" + "nanda" + "rituk_0817" + "shourjyo24_" + "sunny" + "tatabbyi" + "wormyworm5" ] # Committee - SISTEM - ++ [ - "peace" - "milan" - ] + ++ [] # Admins are part of Committee as well ++ cfg.admin ); @@ -78,8 +89,6 @@ in { "evanc" "eliza" "esy" - # for temp reasons - "peace" ]; trainee = []; lifetime = [];