Merge pull request #83000 from djahandarie/master

nixos/supplicant: Don't *stop* supplicant on machine resume. Fixes #51582
This commit is contained in:
Michael Raskin 2020-03-22 12:36:33 +00:00 committed by GitHub
commit afd997aab6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,8 +39,6 @@ let
bindsTo = deps;
after = deps;
before = [ "network.target" ];
# Receive restart event after resume
partOf = [ "post-resume.target" ];
path = [ pkgs.coreutils ];