[Hardware/Intel] fix throttled service name

This commit is contained in:
Antoine Viallon 2024-01-10 22:13:04 +01:00
parent 0e3649ddee
commit 1f37c1b368
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -2,7 +2,7 @@
with lib; with lib;
let let
generalCfg = config.aviallon.general; generalCfg = config.aviallon.general;
throttledService = "lenovo_fix"; throttledService = "throttled";
in { in {
config = mkIf (generalCfg.cpu.vendor == "intel") { config = mkIf (generalCfg.cpu.vendor == "intel") {
aviallon.boot.cmdline = { aviallon.boot.cmdline = {