From 686c09dd38a58287586da83ca31afd5dfbd3bf5c Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Sat, 20 Feb 2016 17:41:02 +0000 Subject: [PATCH] wpa_supplicant module: after network-interfaces.target fixes #13136 --- nixos/modules/services/networking/wpa_supplicant.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/networking/wpa_supplicant.nix b/nixos/modules/services/networking/wpa_supplicant.nix index 1558c583289..88345fdc11e 100644 --- a/nixos/modules/services/networking/wpa_supplicant.nix +++ b/nixos/modules/services/networking/wpa_supplicant.nix @@ -127,6 +127,7 @@ in { in { description = "WPA Supplicant"; + after = [ "network-interfaces.target" ]; wantedBy = [ "network.target" ]; path = [ pkgs.wpa_supplicant ];