mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
modules/services/networking/tcpcrypt.nix: specify start-up dependencies in systemd style
Thanks, Eelco, for pointing this out.
This commit is contained in:
parent
b6501c0097
commit
4a7d8a84bc
@ -38,7 +38,8 @@ in
|
|||||||
jobs.tcpcrypt = {
|
jobs.tcpcrypt = {
|
||||||
description = "tcpcrypt";
|
description = "tcpcrypt";
|
||||||
|
|
||||||
startOn = "started network-interfaces";
|
wantedBy = ["multi-user.target"];
|
||||||
|
after = ["network-interfaces.target"];
|
||||||
|
|
||||||
path = [ pkgs.iptables pkgs.tcpcrypt pkgs.procps ];
|
path = [ pkgs.iptables pkgs.tcpcrypt pkgs.procps ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user