1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-15 09:08:31 +02:00

throttled consistency

This commit is contained in:
Chris McDonough 2022-07-11 17:44:39 -04:00
parent 6bd8ae5409
commit 116ae977ab

View File

@ -53,5 +53,5 @@
# higher when running throttled than when running in the other two scenarios,
# but still substantially under critical temp.
services.thermald.enable = lib.mkDefault true;
services.throttled.enable = lib.mkDefault true;
}