Disable jitsi meet on other devices

This commit is contained in:
Alexander Bantyev 2020-08-09 22:06:59 +03:00
parent 0e259fe117
commit 6c9aae0ec6
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -49,7 +49,7 @@
services.nginx.enable = config.device == "AMD-Workstation";
services.jitsi-meet = {
enable = true;
enable = config.device == "AMD-Workstation";
hostName = "meet.balsoft.ru";
};