mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-22 12:01:27 +00:00
Disabled explicit nginx deployment for Jitsi NixOS module
This commit is contained in:
parent
93bcc24696
commit
319234703a
|
@ -603,7 +603,7 @@ EOF
|
|||
services.jitsi-meet = {
|
||||
enable = true;
|
||||
hostName = "meet.$DOMAIN";
|
||||
nginx.enable = true;
|
||||
nginx.enable = false;
|
||||
interfaceConfig = {
|
||||
SHOW_JITSI_WATERMARK = false;
|
||||
SHOW_WATERMARK_FOR_GUESTS = false;
|
||||
|
|
Loading…
Reference in a new issue