vsftpd
This commit is contained in:
parent
4736c67449
commit
7a7cb5df51
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user