services.lasuite-meet.settings.LIVEKIT_API_URL
NixOS option
URL to the livekit server
type: null or stringDefault
declared in: nixos/modules/services/web-apps/lasuite-meet.nixView source on NixOS/nixpkgs →if cfg.enableNginx && cfg.livekit.enable then
"http://$${cfg.domain}/livekit"
else
null