feat: disable cpuFreqGovernor for desktop for now

This commit is contained in:
Ahwx 2024-10-30 12:07:46 +01:00
parent 7019c43d52
commit 34bb962164

View file

@ -1,4 +1,4 @@
{ ... }: {
powerManagement.cpuFreqGovernor = "performance";
# system.powerManagement.cpuFreqGovernor = "performance";
}