8 lines
174 B
Nix
8 lines
174 B
Nix
{...}:
|
|
{
|
|
services.vsftpd.anonymousUser = true;
|
|
services.vsftpd.enable = true;
|
|
services.vsftpd.chrootlocalUser = true;
|
|
networking.firewall.allowedTCPPorts = [ 21 ];
|
|
}
|