fix: danm formatting
This commit is contained in:
parent
f0661ba00f
commit
1197c50962
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ in {
|
||||||
description = "array of restricted user accounts";
|
description = "array of restricted user accounts";
|
||||||
};
|
};
|
||||||
clubs_societies = mkOption rec {
|
clubs_societies = mkOption rec {
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
default = [];
|
default = [];
|
||||||
description = "array of accounts for Clubs and Societies";
|
description = "array of accounts for Clubs and Societies";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue