config

NixOS config
Log | Files | Refs | README | LICENSE

commit 53974879053267ddeb0f57b671f90e5db1826a7d (tree)
parent 2a87738bf3d0c7a699009089179e51a19a827298
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Sat,  2 Mar 2024 15:45:56 +0200

rm service.powertop

Diffstat:
Mhosts/fwminex/configuration.nix | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix @@ -44,10 +44,7 @@ in { }; }; - powerManagement = { - cpuFreqGovernor = "powersave"; - powertop.enable = true; - }; + powerManagement.cpuFreqGovernor = "powersave"; hardware.cpu.intel.updateMicrocode = true; nixpkgs.hostPlatform = "x86_64-linux";