flake/nixos/power-management/cpu-governor.nix

3 lines
62 B
Nix

{...}: {
powerManagement.cpuFreqGovernor = "performance";
}