spec(chireiden): enable power management

This commit is contained in:
514fpv 2024-01-07 14:09:44 +08:00
parent 674168e036
commit b4da36bf10
Signed by: koishi
SSH key fingerprint: SHA256:VkIdW3jUIiqecV2WNAje2fGU5lEhN0XZ58DN0NS4pv0

View file

@ -17,6 +17,9 @@
android.enable = true; android.enable = true;
}; };
powerManagement.enable = true;
powerManagement.cpuFreqGovernor = "performance";
hardware.nvidia.prime = { hardware.nvidia.prime = {
intelBusId = "PCI:0:2:0"; intelBusId = "PCI:0:2:0";
nvidiaBusId = "PCI:5:0:0"; nvidiaBusId = "PCI:5:0:0";