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

This commit is contained in:
Erin Yuki Schlarb 2023-10-30 20:35:39 +00:00
commit 67e261beb5

View file

@ -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}" }
'';
}
{