summary refs log tree commit diff
path: root/nixos/modules/services/networking/firewall.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-17 18:10:20 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-17 18:10:20 +0200
commit8dcf76480c34520997816d1bf4cfd68c6280ebbd (patch)
tree52447b1daa490dd67e43a28cb61874e83d40a0f2 /nixos/modules/services/networking/firewall.nix
parentbfda72c2f95b39c2dfa95680dd2b186ba01420d8 (diff)
downloadnixpkgs-8dcf76480c34520997816d1bf4cfd68c6280ebbd.tar
nixpkgs-8dcf76480c34520997816d1bf4cfd68c6280ebbd.tar.gz
nixpkgs-8dcf76480c34520997816d1bf4cfd68c6280ebbd.tar.bz2
nixpkgs-8dcf76480c34520997816d1bf4cfd68c6280ebbd.tar.lz
nixpkgs-8dcf76480c34520997816d1bf4cfd68c6280ebbd.tar.xz
nixpkgs-8dcf76480c34520997816d1bf4cfd68c6280ebbd.tar.zst
nixpkgs-8dcf76480c34520997816d1bf4cfd68c6280ebbd.zip
firewall: Order after systemd-modules-load.service
This ensures that connection tracking modules are loaded on time.
Diffstat (limited to 'nixos/modules/services/networking/firewall.nix')
-rw-r--r--nixos/modules/services/networking/firewall.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/firewall.nix b/nixos/modules/services/networking/firewall.nix
index c2941e12261..e604ba23b87 100644
--- a/nixos/modules/services/networking/firewall.nix
+++ b/nixos/modules/services/networking/firewall.nix
@@ -273,6 +273,8 @@ in
 
         path = [ pkgs.iptables ];
 
+        after = [ "systemd-modules-load.service" ];
+
         preStart =
           ''
             ${helpers}