From 1f37c1b368cc3dcea6955cb5ce48f083d0f171e3 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Wed, 10 Jan 2024 22:13:04 +0100 Subject: [PATCH] [Hardware/Intel] fix throttled service name --- hardware/intel/cpu.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/intel/cpu.nix b/hardware/intel/cpu.nix index 03d2db4..4467997 100644 --- a/hardware/intel/cpu.nix +++ b/hardware/intel/cpu.nix @@ -2,7 +2,7 @@ with lib; let generalCfg = config.aviallon.general; - throttledService = "lenovo_fix"; + throttledService = "throttled"; in { config = mkIf (generalCfg.cpu.vendor == "intel") { aviallon.boot.cmdline = {