setup tlp
This commit is contained in:
parent
423c5d9104
commit
73bbbb7ffd
1 changed files with 16 additions and 0 deletions
|
@ -21,6 +21,22 @@
|
||||||
power-profiles-daemon.enable = true;
|
power-profiles-daemon.enable = true;
|
||||||
resolved.enable = true;
|
resolved.enable = true;
|
||||||
thermald.enable = true;
|
thermald.enable = true;
|
||||||
|
tlp = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
CPU_SCALING_GOVERNOR_ON_AC="performance";
|
||||||
|
CPU_SCALING_GOVERNOR_ON_BAT="powersave";
|
||||||
|
|
||||||
|
CPU_ENERGY_PERF_POLICY_ON_AC="performance";
|
||||||
|
CPU_ENERGY_PERF_POLICY_ON_BAT="power";
|
||||||
|
|
||||||
|
CPU_MAX_PERF_ON_AC=100;
|
||||||
|
CPU_MAX_PERF_ON_BAT=60;
|
||||||
|
|
||||||
|
CPU_BOOST_ON_AC=1;
|
||||||
|
CPU_BOOST_ON_BAT=0;
|
||||||
|
};
|
||||||
|
};
|
||||||
udev.packages = [ pkgs.yubikey-personalization ];
|
udev.packages = [ pkgs.yubikey-personalization ];
|
||||||
udisks2.enable = true;
|
udisks2.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue