services.lk-jwt-service.livekitUrl

NixOS option

The public websocket URL for livekit. The proto needs to be either wss:// (recommended) or ws:// (insecure).

type: string matching the pattern ^wss?://.*
Example
"wss://example.com/livekit/sfu"
declared in: nixos/modules/services/matrix/lk-jwt-service.nixView source on NixOS/nixpkgs →