Enable power management tools
This commit is contained in:
parent
d845c4f144
commit
338a26c942
|
@ -6,5 +6,9 @@ lib.mkIf (config.platform == "laptop") {
|
|||
usePercentageForPolicy = true;
|
||||
percentageLow = 15;
|
||||
percentageCritical = 5;
|
||||
};
|
||||
};
|
||||
|
||||
# Power and temperature management tools
|
||||
services.thermald.enable = true;
|
||||
services.tlp.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue