services.lasuite-meet.settings.LIVEKIT_API_URL

NixOS option

URL to the livekit server

type: null or string
Default
if cfg.enableNginx && cfg.livekit.enable then
  "http://$${cfg.domain}/livekit"
else
  null
declared in: nixos/modules/services/web-apps/lasuite-meet.nixView source on NixOS/nixpkgs →