mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +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
1 changed files with 2 additions and 1 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue