configuration.nix/hosts/rico1/hardware/kernel.nix
2024-06-25 00:40:19 +05:30

5 lines
84 B
Nix

{ lib
, ...
}: {
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
}