diff --git a/hardware/precision/hardware-configuration.nix b/hardware/precision/hardware-configuration.nix index fa06253..92d87f5 100644 --- a/hardware/precision/hardware-configuration.nix +++ b/hardware/precision/hardware-configuration.nix @@ -24,6 +24,7 @@ boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; boot.kernelParams = [ ]; + powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; boot.initrd.luks.devices."cryptlvm".device = "/dev/nvme0n1p2"; fileSystems."/" =