clanModules/mumble: prefer str instead of string
This commit is contained in:
@@ -28,7 +28,7 @@ in
|
|||||||
{
|
{
|
||||||
options.clan.services.mumble = {
|
options.clan.services.mumble = {
|
||||||
user = lib.mkOption {
|
user = lib.mkOption {
|
||||||
type = lib.types.string;
|
type = lib.types.str;
|
||||||
default = "alice";
|
default = "alice";
|
||||||
description = "The user mumble should be set up for.";
|
description = "The user mumble should be set up for.";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user