possible fix

This commit is contained in:
Henry Hiles 2025-04-17 18:04:09 -04:00
parent e322553c02
commit 21decba502
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
4 changed files with 44 additions and 39 deletions

View file

@ -14,7 +14,6 @@ in {
livekit = {
url = lib.mkOption {
type = lib.types.str;
default = "127.0.0.1";
description = "The URL that livekit runs on, prefixed with `ws://`.";
};