Power Management: Difference between revisions

Onny (talk | contribs)
Restructuring, add section on hdd power modes
Onny (talk | contribs)
Line 3: Line 3:
== Configuration ==
== Configuration ==


=== Hard drive power management ===
=== 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 =