9 lines
119 B
Nix
9 lines
119 B
Nix
{ ... }: {
|
|
config = {
|
|
services = {
|
|
auto-cpufreq.enable = true;
|
|
thermald.enable = true;
|
|
};
|
|
};
|
|
}
|