clanModules/mumble: prefer str instead of string

This commit is contained in:
a-kenji
2024-08-20 15:15:19 +02:00
parent 45b586dbc6
commit 3c916fc4ad

View File

@@ -28,7 +28,7 @@ in
{
options.clan.services.mumble = {
user = lib.mkOption {
type = lib.types.string;
type = lib.types.str;
default = "alice";
description = "The user mumble should be set up for.";
};