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";