mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
jitsi-meet: Set internal MUC options set in official Docker image
This commit is contained in:
parent
4cffff1c55
commit
67e261beb5
1 changed files with 1 additions and 1 deletions
|
|
@ -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}" }
|
||||
'';
|
||||
}
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue