From a8ac34e55ff5bc2d2d8dc97e8342aacfa5a9f178 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 22 Aug 2023 21:34:38 +0900 Subject: [PATCH] test --- hosts/nixos-laptop/nixos/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos-laptop/nixos/hardware-configuration.nix b/hosts/nixos-laptop/nixos/hardware-configuration.nix index 1e562d48..18edb689 100644 --- a/hosts/nixos-laptop/nixos/hardware-configuration.nix +++ b/hosts/nixos-laptop/nixos/hardware-configuration.nix @@ -34,6 +34,6 @@ networking.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand"; + powerManagement.cpuFreqGovernor = lib.mkDefault "performance"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; } \ No newline at end of file