This commit is contained in:
2026-03-12 11:02:59 +00:00
parent b0787ecfd6
commit 52b3f2eb5e

View File

@@ -2,6 +2,7 @@
den, den,
modules, modules,
__findFile, __findFile,
lib,
... ...
}: }:
{ {
@@ -58,6 +59,10 @@
"--autopilot" "--autopilot"
]; ];
}; };
systemd.services.scx.environment = {
SCX_SCHEDULER_OVERRIDE = "scx_lavd";
SCX_FLAGS_OVERRIDE = "--autopilot --cpu-pref-order 20-21,12-19,0-11";
};
hardware = { hardware = {
# firmware = [ pkgs.intel-npu-driver ]; # firmware = [ pkgs.intel-npu-driver ];