1
1
Fork 0

Disable this as it doesn't work currently

main
Bill Ewanick 2023-08-08 18:12:02 -04:00
parent ef45d73acd
commit f4fbdc5224
1 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
{
services.jitsi-meet = {
enable = true;
enable = false;
hostName = "jitsi.crueltysquad.com";
config = {
enableWelcomePage = false;
@ -17,8 +17,8 @@
nginx.enable = false;
};
services.jitsi-videobridge.enable = true;
services.jitsi-videobridge.openFirewall = true;
services.jitsi-videobridge.enable = false;
services.jitsi-videobridge.openFirewall = false;
networking.firewall.allowedTCPPorts = [ 80 443 ];
# security.acme.email = "me@example.com";
# security.acme.acceptTerms = true;