configuration.nix/hosts/rico2/hardware/kernel.nix

6 lines
84 B
Nix
Raw Normal View History

2023-11-04 16:12:45 +05:30
{ lib
, ...
2023-05-18 16:11:26 +05:30
}: {
2023-04-15 22:35:39 +05:30
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
}