nixdots/system/shared/services/thermald.nix

5 lines
75 B
Nix
Raw Normal View History

2024-04-13 17:59:56 +02:00
{
# monitor and control temperature
services.thermald.enable = true;
}