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

This commit is contained in:
Joachim Fasting 2016-09-10 20:19:14 +02:00 committed by Alexander Ried
parent 768b333dc1
commit cda9af6eb8

View File

@ -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 ];