* Enable FTP connection tracking in the firewall.
svn path=/nixos/trunk/; revision=26275
This commit is contained in:
parent
005ca15f64
commit
64d871c0d9
@ -115,6 +115,8 @@ in
|
||||
|
||||
environment.systemPackages = [ pkgs.iptables ];
|
||||
|
||||
boot.kernelModules = [ "nf_conntrack_ftp" ];
|
||||
|
||||
jobs.firewall =
|
||||
{ startOn = "started network-interfaces";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user