mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Hardware/Intel] fix throttled service name
This commit is contained in:
parent
0e3649ddee
commit
1f37c1b368
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue