* Enable FTP connection tracking in the firewall.

svn path=/nixos/trunk/; revision=26275
This commit is contained in:
Eelco Dolstra 2011-03-11 13:34:17 +00:00
parent 005ca15f64
commit 64d871c0d9

View file

@ -115,6 +115,8 @@ in
environment.systemPackages = [ pkgs.iptables ];
boot.kernelModules = [ "nf_conntrack_ftp" ];
jobs.firewall =
{ startOn = "started network-interfaces";