configuration.nix/hosts/rico0/hardware/kernel.nix

6 lines
84 B
Nix
Raw Normal View History

2024-01-04 21:51:15 +05:30
{ lib
, ...
}: {
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
}