diff --git a/nixos-apps/jitsi.crueltysquad.com.nix b/nixos-apps/jitsi.crueltysquad.com.nix index 984cf4b..18164ac 100644 --- a/nixos-apps/jitsi.crueltysquad.com.nix +++ b/nixos-apps/jitsi.crueltysquad.com.nix @@ -1,6 +1,6 @@ { services.jitsi-meet = { - enable = true; + enable = false; hostName = "jitsi.crueltysquad.com"; config = { enableWelcomePage = false; @@ -17,20 +17,20 @@ 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; -# services.caddy = { -# enable = true; -# virtualHosts = { -# "git.ewanick.com" = { -# extraConfig = '' -# reverse_proxy localhost:3000 -# ''; -# }; -# }; -# }; + # services.caddy = { + # enable = true; + # virtualHosts = { + # "git.ewanick.com" = { + # extraConfig = '' + # reverse_proxy localhost:3000 + # ''; + # }; + # }; + # }; }