services/meet: disable video by default
This commit is contained in:
parent
a1894166e4
commit
282d2666cc
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@ in
|
|||
jicofo.enable = true;
|
||||
videobridge.enable = true;
|
||||
prosody.enable = true;
|
||||
config.p2p.enabled = false;
|
||||
config = {
|
||||
p2p.enabled = false;
|
||||
startAudioOnly = true;
|
||||
};
|
||||
};
|
||||
services.jitsi-videobridge = {
|
||||
openFirewall = true;
|
||||
|
|
Loading…
Reference in a new issue