8 lines
116 B
Nix
8 lines
116 B
Nix
{ ... }:
|
|
|
|
{
|
|
specialisation.powersave.configuration = {
|
|
powerManagement.cpuFreqGovernor = "powersave";
|
|
};
|
|
}
|