mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-22 03:51:27 +00:00
Disabled Jitsi as currently non-working option
Reviewed-on: https://git.selfprivacy.org/ilchub/selfprivacy-nixos-infect/pulls/13
This commit is contained in:
commit
3db8b1f2e6
|
@ -609,7 +609,7 @@ EOF
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
services.jitsi-meet = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
hostName = "meet.$DOMAIN";
|
||||
nginx.enable = false;
|
||||
interfaceConfig = {
|
||||
|
|
Loading…
Reference in a new issue