mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Cleaning up some unnecessary config
This commit is contained in:
parent
831cc222a9
commit
fa8bb4855e
3 changed files with 0 additions and 24 deletions
|
@ -1,18 +1,6 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
#services.auto-cpufreq.enable = true;
|
||||
#services.auto-cpufreq.settings = {
|
||||
# charger = {
|
||||
# governor = "performance";
|
||||
# turbo = "auto";
|
||||
# };
|
||||
# battery = {
|
||||
# governor = "schedutil";
|
||||
# scaling_max_freq = 3800000;
|
||||
# turbo = "never";
|
||||
# };
|
||||
#};
|
||||
services.tlp = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue