clanModules/mumble: prefer str instead of string

This commit is contained in:
a-kenji
2024-08-20 15:15:19 +02:00
parent 771761702c
commit 7712533304

View File

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