From b1ab74fba7945feff9bfaad16bd31dfa321a3161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Fri, 9 Dec 2022 12:36:31 -0300 Subject: [PATCH] use powersave mode on desktop to avoid overheating --- hosts/monolith.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/monolith.nix b/hosts/monolith.nix index d38543e..8e0df8d 100644 --- a/hosts/monolith.nix +++ b/hosts/monolith.nix @@ -67,6 +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"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; networking.hostName = "monolith"; # Define your hostname.