summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/services/networking/firewall.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/services/networking/firewall.nix b/modules/services/networking/firewall.nix
index 287a2e472cd..a8dd253d70b 100644
--- a/modules/services/networking/firewall.nix
+++ b/modules/services/networking/firewall.nix
@@ -115,6 +115,8 @@ in
 
     environment.systemPackages = [ pkgs.iptables ];
 
+    boot.kernelModules = [ "nf_conntrack_ftp" ];
+
     jobs.firewall =
       { startOn = "started network-interfaces";