feat(tazjin/nixos): always run powertop --auto-tune on laptops
Change-Id: I7c9e9617f646beaa4b5f0cdddd6e7946b18a7395 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5909 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
aaa0f92c45
commit
aea54af52e
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
# Enable power-saving features.
|
# Enable power-saving features.
|
||||||
services.tlp.enable = true;
|
services.tlp.enable = true;
|
||||||
|
powerManagement.powertop.enable = true;
|
||||||
|
|
||||||
programs.light.enable = true;
|
programs.light.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue