From c6f7ecf8fabe10c5f27309188c728db45dbfb751 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Tue, 15 Mar 2022 13:44:49 -0400 Subject: [PATCH] Switch to balanced profile in gnome --- machines/hephaestus/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/hephaestus/hardware.nix b/machines/hephaestus/hardware.nix index ca458b7..44c6eaa 100644 --- a/machines/hephaestus/hardware.nix +++ b/machines/hephaestus/hardware.nix @@ -9,7 +9,7 @@ boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ config.boot.kernelPackages.v4l2loopback.out ]; - powerManagement.cpuFreqGovernor = "performance"; + powerManagement.cpuFreqGovernor = "balanced"; boot.initrd.luks.devices = { luksroot = {