Agenix + cpufreq

This commit is contained in:
Henry Hiles 2025-03-29 11:38:45 -04:00
commit 696c10f7bc
No known key found for this signature in database
4 changed files with 120 additions and 30 deletions

View file

@ -1,4 +1,4 @@
{
services.power-profiles-daemon.enable = false;
# services.auto-cpufreq.enable = true; TODO: Turn back on once https://github.com/NixOS/nixpkgs/pull/392666 is merged
services.auto-cpufreq.enable = true;
}