From a2949166333e046112cb92d470afdcc152d40117 Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@leastauthority.com>
Date: Tue, 24 Sep 2024 15:38:10 +0000
Subject: [PATCH] Add powersave governour to HRO/storage003

---
 morph/grid/hro-cloud/storage003-hardware.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/morph/grid/hro-cloud/storage003-hardware.nix b/morph/grid/hro-cloud/storage003-hardware.nix
index 0ebbf232..82028c1c 100644
--- a/morph/grid/hro-cloud/storage003-hardware.nix
+++ b/morph/grid/hro-cloud/storage003-hardware.nix
@@ -33,4 +33,5 @@
   } ];
 
   hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
+  powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
 }
-- 
GitLab