forked from mirrors/nixpkgs
supplicant: Make the device pull in the supplicant service.
The udev rule should do this. Not sure why it doesn't. Fixes #19029.
This commit is contained in:
parent
a98dccf1e4
commit
b692e06686
|
@ -34,7 +34,7 @@ let
|
|||
'';
|
||||
in
|
||||
{ description = "Supplicant ${iface}${optionalString (iface=="WLAN"||iface=="LAN") " %I"}";
|
||||
wantedBy = [ "network.target" ];
|
||||
wantedBy = [ "network.target" ] ++ deps;
|
||||
bindsTo = deps;
|
||||
after = deps;
|
||||
before = [ "network.target" ];
|
||||
|
|
Loading…
Reference in a new issue