idk power stuff

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-15 00:15:08 -05:00
parent 852ab71a16
commit 58ae419520

View file

@ -10,9 +10,22 @@
# System76
hardware.system76.enableAll = true;
# https://discourse.nixos.org/t/very-high-fan-noises-on-nixos-using-a-system76-thelio/23875/10
# Fixes insane jet speed fan noise
services.power-profiles-daemon.enable = false;
system.stateVersion = "23.11";
services = {
# https://discourse.nixos.org/t/very-high-fan-noises-on-nixos-using-a-system76-thelio/23875/10
# Fixes insane jet speed fan noise
power-profiles-daemon.enable = false;
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";
# STOP_CHARGE_THRESH_BAT0 = 95;
# };
};
};
}