fix: had forgotten to add the field ehre

This commit is contained in:
silver 2024-03-11 22:06:10 +00:00
parent 9a4ea6b9fb
commit f0661ba00f

View file

@ -34,6 +34,11 @@ in {
default = []; default = [];
description = "array of restricted user accounts"; description = "array of restricted user accounts";
}; };
clubs_societies = mkOption rec {
type = types.listOf types.str;
default = [];
description = "array of accounts for Clubs and Societies";
};
}; };
}; };