diff --git a/hosts/vm/jitsi/jitsi.nix b/hosts/vm/jitsi/jitsi.nix index e7ea0db..162d45c 100644 --- a/hosts/vm/jitsi/jitsi.nix +++ b/hosts/vm/jitsi/jitsi.nix @@ -6,6 +6,9 @@ enable = true; hostName = "jitsi-ng.auro.re"; + nginx.enable = true; + videobridge.enable = true; + config = { liveStreaming.enabled = true; };