1
0
Fork 0
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:
Rayan Nakib (ريان نقيب) 2024-10-19 09:16:44 +01:00 committed by mergify[bot]
parent a8dd1b2199
commit 963cf21d30

View file

@ -8,4 +8,8 @@
../../../common/pc/laptop
../../../common/pc/laptop/ssd
];
config = {
services.thermald.enable = lib.mkDefault true;
};
}