mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
enable thermald, the temperature management daemon.
This commit is contained in:
committed by
mergify[bot]
parent
a8dd1b2199
commit
963cf21d30
@@ -8,4 +8,8 @@
|
||||
../../../common/pc/laptop
|
||||
../../../common/pc/laptop/ssd
|
||||
];
|
||||
|
||||
config = {
|
||||
services.thermald.enable = lib.mkDefault true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user