lol

tcpcrypt service: remove use of network-interfaces.target

authored by

Joachim Fasting and committed by
Alexander Ried
795defaa 67d9369e

+1 -1
+1 -1
nixos/modules/services/networking/tcpcrypt.nix
··· 39 39 description = "tcpcrypt"; 40 40 41 41 wantedBy = [ "multi-user.target" ]; 42 - after = [ "network-interfaces.target" ]; 42 + after = [ "network.target" ]; 43 43 44 44 path = [ pkgs.iptables pkgs.tcpcrypt pkgs.procps ]; 45 45