From e971ef3cf367c1a28dfab94243a0c2dae159a979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Fri, 9 Dec 2022 22:42:52 -0300 Subject: [PATCH] set cpu governor to ondemand --- hosts/monolith.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/monolith.nix b/hosts/monolith.nix index 8e0df8d..5cef9e7 100644 --- a/hosts/monolith.nix +++ b/hosts/monolith.nix @@ -67,7 +67,7 @@ in { # with explicit per-interface declarations with `networking.interfaces..useDHCP`. networking.useDHCP = lib.mkDefault true; # networking.interfaces.enp4s0.useDHCP = lib.mkDefault true; - powerManagement.cpuFreqGovernor = "powersave"; + powerManagement.cpuFreqGovernor = "ondemand"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; networking.hostName = "monolith"; # Define your hostname.