Auto: cleanup-2026-07-26T14-02-17Z

This commit is contained in:
2026-07-26 16:02:39 +02:00
parent 5e7550f6d7
commit eca6ad278d
10 changed files with 36 additions and 23 deletions
+4 -2
View File
@@ -36,7 +36,8 @@
services.system76-scheduler.settings.cfsProfiles.enable = true; # Better scheduling for CPU cycles - thanks System76!!!
services.thermald.enable = false; # Enable thermald, the temperature management daemon. (only necessary if on Intel CPUs)
services.power-profiles-daemon.enable = true; # ppd is recommended over tlp for framework 16
/*services.tlp = {
/*
services.tlp = {
enable = true; # Enable TLP (better than gnomes internal power manager)
settings = {
CPU_BOOST_ON_AC = 1;
@@ -51,7 +52,8 @@
PLATFORM_PROFILE_ON_BAT = "powersave";
STOP_CHARGE_THRESH_BAT1 = 80;
};
};*/
};
*/
environment.systemPackages = [
self.packages.${pkgs.system}.custom-performance
];