some updates

This commit is contained in:
Vivian 2023-02-26 12:22:00 +01:00
parent 3f48b682db
commit 439e88964c
2 changed files with 6 additions and 16 deletions

View file

@ -21,16 +21,6 @@
# Power Management
services.upower.enable = true;
services.thermald.enable = true;
services.power-profiles-daemon.enable = false;
services.tlp = {
enable = true;
settings = {
CPU_BOOST_ON_AC = 1;
CPU_BOOST_ON_BAT = 0;
CPU_SCALING_GOVERNOR_ON_AC = "performance";
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
};
};
powerManagement = {
enable = true;