fix: danm formatting

This commit is contained in:
silver 2024-03-11 22:09:04 +00:00
parent f0661ba00f
commit 1197c50962

View file

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