Enable power management tools
This commit is contained in:
parent
d845c4f144
commit
338a26c942
1 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue