Skip to content

Commit

Permalink
feat(linux): auto-cpufreq
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Dec 15, 2023
1 parent db4210e commit 7a93ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions linux/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
gnumake
exfat
detox
auto-cpufreq
];
};

Expand Down
4 changes: 1 addition & 3 deletions linux/system.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
};
};

powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";

# Enable AMD/Intel microcode
hardware.enableRedistributableFirmware = true;

Expand Down Expand Up @@ -44,7 +42,7 @@
'';

blacklistedKernelModules = [
# Bluetooth
# Bluetooth disable
# "btusb"
# "bnep"
# "bluetooth"
Expand Down

0 comments on commit 7a93ec6

Please sign in to comment.