This commit is contained in:
RingOfStorms (Joshua Bell) 2025-02-18 00:57:25 -06:00
parent 8f4a813fbb
commit 19f6918d66
2 changed files with 7 additions and 4 deletions

View file

@ -19,6 +19,9 @@
# 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";
}