mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
Fix description for PowerManagement units.
This commit is contained in:
parent
7021b07a8d
commit
2dd8b19eac
@ -73,7 +73,7 @@ in
|
||||
powerManagement.scsiLinkPolicy = mkDefault "min_power";
|
||||
|
||||
systemd.targets.post-resume = {
|
||||
description = "This target is reached after a hibernate/suspend/hybrid-sleep has woken up.";
|
||||
description = "Post-Resume Actions";
|
||||
requires = [ "post-resume.service" ];
|
||||
after = [ "post-resume.service" ];
|
||||
wantedBy = [ "sleep.target" ];
|
||||
|
Loading…
Reference in New Issue
Block a user