Disable auto-cpufreq, flake update.

This commit is contained in:
jay
2025-07-25 13:53:08 -04:00
parent 6372c54d4c
commit 643eb1cb33
3 changed files with 8 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
{ pkgs, ...}: {
services.power-profiles-daemon.enable = "false";
# services.power-profiles-daemon.enable = "true";
}