diff --git a/config/users.nix b/config/users.nix index d515325..d7da397 100644 --- a/config/users.nix +++ b/config/users.nix @@ -34,6 +34,11 @@ in { default = []; description = "array of restricted user accounts"; }; + clubs_societies = mkOption rec { + type = types.listOf types.str; + default = []; + description = "array of accounts for Clubs and Societies"; + }; }; };