jitsi-meet: Set internal MUC options set in official Docker image

This commit is contained in:
Erin Yuki Schlarb
2024-09-30 17:31:04 +02:00
parent 4cffff1c55
commit 67e261beb5
@@ -232,7 +232,7 @@ in
extraConfig = ''
restrict_room_creation = true
storage = "memory"
admins = { "focus@auth.${cfg.hostName}" }
admins = { "focus@auth.${cfg.hostName}", "jvb@auth.${cfg.hostName}" }
'';
}
{