8 lines
122 B
Nix
8 lines
122 B
Nix
{ config, lib, pkgs, modulesPath, ... }:
|
|
|
|
{
|
|
powerManagement = {
|
|
cpuFreqGovernor = lib.mkDefault "powersave";
|
|
};
|
|
}
|