Power Management: Difference between revisions
Restructuring, add section on hdd power modes |
|||
Line 3: | Line 3: | ||
== Configuration == | == Configuration == | ||
=== Hard | === Hard drives === | ||
Following snippet configures [[Udev]] rules which automatically run the program <code>hdparm</code> to enable power saving modes for hard disks, especially rotational drives mapped to <code>/dev/sd*</code>.<syntaxhighlight lang="nix"> | Following snippet configures [[Udev]] rules which automatically run the program <code>hdparm</code> to enable power saving modes for hard disks, especially rotational drives mapped to <code>/dev/sd*</code>.<syntaxhighlight lang="nix"> | ||
services.udev.extraRules = | services.udev.extraRules = |