wpa_supplicant module: after network-interfaces.target

fixes #13136
This commit is contained in:
Robin Gloster 2016-02-20 17:41:02 +00:00
parent 426b4aae7b
commit 686c09dd38
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ in {
in {
description = "WPA Supplicant";
after = [ "network-interfaces.target" ];
wantedBy = [ "network.target" ];
path = [ pkgs.wpa_supplicant ];