forked from mirrors/nixpkgs
Merge pull request #83000 from djahandarie/master
nixos/supplicant: Don't *stop* supplicant on machine resume. Fixes #51582
This commit is contained in:
commit
afd997aab6
|
@ -39,8 +39,6 @@ let
|
|||
bindsTo = deps;
|
||||
after = deps;
|
||||
before = [ "network.target" ];
|
||||
# Receive restart event after resume
|
||||
partOf = [ "post-resume.target" ];
|
||||
|
||||
path = [ pkgs.coreutils ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue