wpa-supplicant service: remove use of network-interfaces.target

This commit is contained in:
Joachim Fasting
2016-09-13 11:19:22 +02:00
committed by Alexander Ried
parent 768b333dc1
commit cda9af6eb8
@@ -128,9 +128,9 @@ in {
in {
description = "WPA Supplicant";
after = [ "network-interfaces.target" ] ++ lib.concatMap deviceUnit ifaces;
after = [ "network.target" ] ++ lib.concatMap deviceUnit ifaces;
requires = lib.concatMap deviceUnit ifaces;
wantedBy = [ "network.target" ];
wantedBy = [ "network-online.target" ];
path = [ pkgs.wpa_supplicant ];