modules/services/networking/tcpcrypt.nix: specify start-up dependencies in systemd style

Thanks, Eelco, for pointing this out.
This commit is contained in:
Peter Simons
2013-09-11 18:56:09 +02:00
parent b6501c0097
commit 4a7d8a84bc
+2 -1
View File
@@ -38,7 +38,8 @@ in
jobs.tcpcrypt = {
description = "tcpcrypt";
startOn = "started network-interfaces";
wantedBy = ["multi-user.target"];
after = ["network-interfaces.target"];
path = [ pkgs.iptables pkgs.tcpcrypt pkgs.procps ];