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"; 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";
}; };
}; };