Fix insecure issue

This commit is contained in:
Henry Hiles 2025-04-17 18:24:40 -04:00
parent 21decba502
commit 8f0c07c950
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
2 changed files with 25 additions and 23 deletions

View file

@ -14,7 +14,7 @@ in {
livekit = {
url = lib.mkOption {
type = lib.types.str;
description = "The URL that livekit runs on, prefixed with `ws://`.";
description = "The URL that livekit runs on, prefixed with `ws://` or `wss://` (recommended).";
};
keyFile = lib.mkOption {