Laptop: Difference between revisions

imported>AmnesiaAmesia
m Wrote shortly about the nixos power management
imported>AmnesiaAmesia
m Added section about thermald
Line 1: Line 1:
== Power management ==
== Power management ==
NixOS has several tools to help you manage the power on your system and it also have a stock feature for power management. To enable the stock NixOS power management tool, which allow for managing hibernate and suspend states you can write <code>powerManagement.enable = true;</code>. This tool is compatible with the other tools mentioned, but the other tools may however overwrite the settings set.
NixOS has several tools to help you manage the power on your system and it also have a stock feature for power management. To enable the stock NixOS power management tool, which allow for managing hibernate and suspend states you can write <code>powerManagement.enable = true;</code>. This tool is compatible with the other tools mentioned, but the other tools may however overwrite the settings set.
=== CPU performance scaling ===
==== thermald ====
Thermald proactively prevents overheating on intel cpus and work well with other tools. The tool can enabled <code>services.thermald.enable = true;</code>


==== tlp ====
==== tlp ====