fix: had forgotten to add the field ehre
This commit is contained in:
parent
9a4ea6b9fb
commit
f0661ba00f
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue