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, # higher when running throttled than when running in the other two scenarios,
# but still substantially under critical temp. # but still substantially under critical temp.
services.thermald.enable = lib.mkDefault true; services.throttled.enable = lib.mkDefault true;
} }