NixOSConfig/lib/hardware/surface.nix

9 lines
119 B
Nix

{ ... }: {
config = {
services = {
auto-cpufreq.enable = true;
thermald.enable = true;
};
};
}