possible fix

This commit is contained in:
Henry Hiles 2025-04-17 18:04:09 -04:00
commit 21decba502
No known key found for this signature in database
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://`.";
};