diff options
author | makefu <github@syntax-fehler.de> | 2017-08-16 12:16:59 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-08-16 12:31:56 +0200 |
commit | 512869d4e3257a06115c09b67538cebf543c6c52 (patch) | |
tree | 1f3cefcb31545b65e5e0730848355c796751d45d /makefu | |
parent | b4d1a357c4e7df2f40a695bdab269115b4887870 (diff) |
ma anon-ftp: replace ftpdir
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/2configs/share/anon-ftp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/share/anon-ftp.nix b/makefu/2configs/share/anon-ftp.nix index 471f22cba..d2a535f97 100644 --- a/makefu/2configs/share/anon-ftp.nix +++ b/makefu/2configs/share/anon-ftp.nix @@ -1,6 +1,6 @@ { config, lib, ... }: let - ftpdir = "/home/ftp"; + ftpdir = "/data"; in { networking.firewall = { allowedTCPPorts = [ 20 21 ]; |