Skip to content
Unverified Commit fb46df8a authored by aszlig's avatar aszlig
Browse files

nixos: Fix ordering of firewall.service

Follow-up to the following commits:

  abdc5961: Fix starting the firewall
  e090701e

: Order before sysinit

Solely use sysinit.target here instead of multi-user.target because we
want to make sure that the iptables rules are applied *before* any
socket units are started.

The reason I've dropped the wantedBy on multi-user.target is that
sysinit.target is already a part of the dependency chain of
multi-user.target.

To make sure that this holds true, I've added a small test case to
ensure that during switch of the configuration the firewall.service is
considered as well.

Tested using the firewall NixOS test.

Signed-off-by: default avataraszlig <aszlig@redmoonstudios.org>
Cc: @edolstra
parent 10b33599
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment