configuration.nix/hosts/rico1/hardware/kernel.nix

6 lines
84 B
Nix
Raw Normal View History

2023-11-04 16:12:45 +05:30
{ lib
, ...
2023-08-15 13:06:06 +05:30
}: {
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
}