From b4aacf5ab5ad39e6874cf8cb9b4a99d38c7cd694 Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Sun, 8 Dec 2024 23:32:45 +0530 Subject: [PATCH] nixos/scx: add new schedulers --- nixos/modules/services/scheduling/scx.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/modules/services/scheduling/scx.nix b/nixos/modules/services/scheduling/scx.nix index aec7fc647ac5..7f92587f75e1 100644 --- a/nixos/modules/services/scheduling/scx.nix +++ b/nixos/modules/services/scheduling/scx.nix @@ -40,15 +40,18 @@ in type = lib.types.enum [ "scx_bpfland" "scx_central" + "scx_flash" "scx_flatcg" "scx_lavd" "scx_layered" + "scx_mitosis" "scx_nest" "scx_pair" "scx_qmap" "scx_rlfifo" "scx_rustland" "scx_rusty" + "scx_sdt" "scx_simple" "scx_userland" ];