This commit is contained in:
Alexander Bantyev 2020-08-18 11:01:44 +03:00
parent 4736c67449
commit 7a7cb5df51
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -1,3 +1,4 @@
{ config, lib, pkgs, ... }: { { config, lib, pkgs, ... }: {
services.acpid.enable = true; services.acpid.enable = true;
@ -48,6 +49,15 @@
services.nginx.enable = config.device == "AMD-Workstation"; services.nginx.enable = config.device == "AMD-Workstation";
services.vsftpd = {
enable = config.device == "AMD-Workstation";
anonymousUser = true;
allowWriteableChroot = true;
anonymousMkdirEnable = true;
anonymousUploadEnable = true;
writeEnable = true;
};
services.jitsi-meet = { services.jitsi-meet = {
enable = config.device == "AMD-Workstation"; enable = config.device == "AMD-Workstation";
hostName = "meet.balsoft.ru"; hostName = "meet.balsoft.ru";