summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/elchos/test/ftpservers.nix
blob: bc7517209c2b2fc5885e5aa1d588f39e1c7f72cb (plain)
1
2
3
4
5
6
7
{...}:
{
  services.vsftpd.anonymousUser = true;
  services.vsftpd.enable = true;
  services.vsftpd.chrootlocalUser = true;
  networking.firewall.allowedTCPPorts = [ 21 ];
}