feat: replace powertop with tlp
This commit is contained in:
parent
fe68fa83c8
commit
e88e31bb11
1 changed files with 10 additions and 2 deletions
|
|
@ -1,6 +1,14 @@
|
||||||
{ ... }: {
|
{ pkgs, ... }: {
|
||||||
powerManagement = {
|
powerManagement = {
|
||||||
enable = true;
|
enable = true;
|
||||||
powertop.enable = true;
|
# powertop.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.tlp = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
powertop
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue