change cpu governor

This commit is contained in:
logical_code 2025-12-22 12:59:27 -05:00
parent 2048a393a7
commit 9514f9bd04

View file

@ -92,6 +92,9 @@
];
};
# CPU Scaling and governor
powerManagement.cpuFreqGovernor = "ondemand";
# Install firefox.
programs.firefox.enable = false;