Fix insecure issue
This commit is contained in:
parent
21decba502
commit
8f0c07c950
2 changed files with 25 additions and 23 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue