Skip to content

Commit

Permalink
adding some tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhmancs committed Oct 19, 2024
1 parent 48a1eb4 commit 058f4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/milkyway/overrides/power.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
inherit (lib) mkForce mkDefault;
in {
services.auto-cpufreq = {
enable = mkForce false;
enable = mkForce true;
settings = let
MHZ_to_KHZ = x: x * 1000;
in {
Expand Down

0 comments on commit 058f4d7

Please sign in to comment.