From 60661d5401f8dffa49b83eaa075751abd9159c6a Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 13 Oct 2024 20:33:53 +0200 Subject: [PATCH] useless with intel_pstate and amd_pstate --- share/common.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/share/common.nix b/share/common.nix index 6a0890f..0f57ebf 100644 --- a/share/common.nix +++ b/share/common.nix @@ -290,12 +290,6 @@ in systemd.targets.hibernate.enable = false; systemd.targets.hybrid-sleep.enable = false; - # power management - powerManagement = { - enable = true; - cpuFreqGovernor = "schedutil"; - }; - # allow unfree packages nixpkgs.config.allowUnfree = true;