aszlig fb46df8a9a
nixos: Fix ordering of firewall.service
Follow-up to the following commits:

  abdc5961c3cdf9f5893ea1e91ba08ff5089f53a4: Fix starting the firewall
  e090701e2d09aec3e8866ab9a8e53c37973ffeb4: 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: aszlig <aszlig@redmoonstudios.org>
Cc: @edolstra
2016-09-07 15:11:24 +02:00
..
2016-04-12 19:13:52 +02:00
2016-02-28 16:18:39 +01:00
2015-10-13 20:18:48 +02:00
2016-08-02 20:58:35 -04:00
2016-03-19 03:18:17 +01:00
2016-03-30 22:22:40 +02:00
2016-07-01 11:37:57 +02:00
2016-01-23 01:20:14 +01:00
2015-09-06 15:20:56 +02:00
2015-08-31 18:36:32 +02:00
2015-12-06 13:35:21 +00:00
2016-06-01 17:09:51 +02:00
2015-12-25 15:55:07 +01:00
2016-04-12 19:13:52 +02:00