mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 08:39:41 +01:00
enable thermald, the temperature management daemon.
This commit is contained in:
parent
a8dd1b2199
commit
963cf21d30
1 changed files with 4 additions and 0 deletions
|
@ -8,4 +8,8 @@
|
||||||
../../../common/pc/laptop
|
../../../common/pc/laptop
|
||||||
../../../common/pc/laptop/ssd
|
../../../common/pc/laptop/ssd
|
||||||
];
|
];
|
||||||
|
|
||||||
|
config = {
|
||||||
|
services.thermald.enable = lib.mkDefault true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue