1
0
forked from clan/clan-core

Merge pull request 'clanModules/mumble: prefer str instead of string' (#1939) from kenji/clan-core:mumble-str into main

This commit is contained in:
clan-bot 2024-08-20 13:22:24 +00:00
commit 4a06ea9391

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