From 794d5386bb1be58257558ef9c7df9fe97b112c90 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 27 Jun 2024 18:31:41 -0400 Subject: [PATCH] rustboro: let tlp handle cpu governor --- hosts/rustboro/hardware.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/rustboro/hardware.nix b/hosts/rustboro/hardware.nix index 4ee6c711..a0e5c2bb 100644 --- a/hosts/rustboro/hardware.nix +++ b/hosts/rustboro/hardware.nix @@ -22,8 +22,6 @@ ]; }; - powerManagement.cpuFreqGovernor = "ondemand"; # Otherwise, CPU doesn't automatically clock down. - hardware = { enableAllFirmware = true;