15arh05: fix tlp scaling governor

This commit is contained in:
Edgar B 2022-10-14 05:36:13 +00:00 committed by GitHub
parent d92ed98c09
commit 322dc8db3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -17,4 +17,8 @@
# Cooling management
services.thermald.enable = lib.mkDefault true;
# tlp defaults to "powersave", which doesn't exist on this laptop
services.tlp.settings = {
CPU_SCALING_GOVERNOR_ON_BAT = "schedutil";
};
}