ma anon-ftp: replace ftpdir

This commit is contained in:
makefu 2017-08-16 12:16:59 +02:00
parent b4d1a357c4
commit 512869d4e3
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

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