diff --git a/cluster/services/meet/host.nix b/cluster/services/meet/host.nix index fa04578..3a51afd 100644 --- a/cluster/services/meet/host.nix +++ b/cluster/services/meet/host.nix @@ -23,7 +23,7 @@ in }; services.jitsi-videobridge = { openFirewall = true; - apis = [ "colibri" "rest" ]; + colibriRestApi = true; config.videobridge = { ice = { tcp.port = 7777;