diff --git a/config/users.nix b/config/users.nix index f7c3f84..f4758b2 100644 --- a/config/users.nix +++ b/config/users.nix @@ -52,24 +52,33 @@ 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" + "sunny" + "tatabbyi" ] # Committee - SISTEM - ++ [ - "peace" - "milan" - ] + ++ [] # Admins are part of Committee as well ++ cfg.admin ); @@ -78,8 +87,6 @@ in { "evanc" "eliza" "esy" - # for temp reasons - "peace" ]; trainee = []; lifetime = []; diff --git a/flake.lock b/flake.lock index 8144a6c..3083a51 100644 --- a/flake.lock +++ b/flake.lock @@ -148,11 +148,11 @@ "utils": "utils_2" }, "locked": { - "lastModified": 1758582048, - "narHash": "sha256-SIt6rPXx7O3YMrEw8YrwHNMjOrrJLu/Tf1sMll1Qp9A=", + "lastModified": 1758222226, + "narHash": "sha256-/PkJgIquoXAnh7LgiYp41XGkg3s8ET+TMJELtYrMNVg=", "ref": "refs/heads/main", - "rev": "4d825caf25cb966ddb5ce33a0e9b2aa73b0262c6", - "revCount": 130, + "rev": "a4213f2d3ae4558270fc01090715e3b11ca37f94", + "revCount": 128, "type": "git", "url": "https://forgejo.skynet.ie/Computer_Society/presentations_compsoc" },