feat(chireiden): frequency governor to powersave

This commit is contained in:
514fpv 2024-01-15 19:02:18 +08:00
parent 84e7871200
commit 62ce64e1b7
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -23,7 +23,7 @@
}; };
powerManagement.enable = true; powerManagement.enable = true;
powerManagement.cpuFreqGovernor = "performance"; powerManagement.cpuFreqGovernor = "powersave";
hardware.nvidia.prime = { hardware.nvidia.prime = {
intelBusId = "PCI:0:2:0"; intelBusId = "PCI:0:2:0";