ma anon-ftp: replace ftpdir

This commit is contained in:
makefu 2017-08-16 12:16:59 +02:00
parent 5fde4d1984
commit b0b1c169ee

View file

@ -1,6 +1,6 @@
{ config, lib, ... }:
let
ftpdir = "/home/ftp";
ftpdir = "/data";
in {
networking.firewall = {
allowedTCPPorts = [ 20 21 ];