From 3f5331322859dc8c568b60891b54cb2ddfae5bbc Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 1 Jul 2024 00:53:22 -0400 Subject: [PATCH] rustboro: use ondemand cpu governor --- hosts/rustboro/hardware.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/rustboro/hardware.nix b/hosts/rustboro/hardware.nix index a0e5c2bb..2151d107 100644 --- a/hosts/rustboro/hardware.nix +++ b/hosts/rustboro/hardware.nix @@ -31,6 +31,8 @@ }; }; + powerManagement.cpuFreqGovernor = "ondemand"; + services.fwupd.enable = true; ar.hardware = {