mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
nixos/supplicant: Don't *stop* supplicant on machine resume. Fixes #51582
This commit is contained in:
parent
78104ad2da
commit
5fa345922f
|
@ -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