From 53974879053267ddeb0f57b671f90e5db1826a7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 2 Mar 2024 15:45:56 +0200 Subject: [PATCH] rm service.powertop --- hosts/fwminex/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index a4e12c4..5c7bab9 100644 --- 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";