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;
};
}