Disable jitsi meet on other devices
This commit is contained in:
parent
0e259fe117
commit
6c9aae0ec6
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user