Enable CPU management for surface
This commit is contained in:
parent
3e61864ed3
commit
ab1f959075
8
lib/hardware/surface.nix
Normal file
8
lib/hardware/surface.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }: {
|
||||
config = {
|
||||
services = {
|
||||
auto-cpufreq.enable = true;
|
||||
thermald.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
5
lib/machines/manu-surface.nix
Normal file
5
lib/machines/manu-surface.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
../hardware/surface.nix
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue