mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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 New Issue
Block a user