nixos/scx: add missing schedulers

This commit is contained in:
Gliczy
2025-08-28 13:51:20 +05:30
committed by Masum Reza
parent 3504949759
commit 14c8785cb8
@@ -39,6 +39,8 @@ in
scheduler = lib.mkOption {
type = lib.types.enum [
"scx_bpfland"
"scx_chaos"
"scx_cosmos"
"scx_central"
"scx_flash"
"scx_flatcg"
@@ -46,14 +48,18 @@ in
"scx_layered"
"scx_mitosis"
"scx_nest"
"scx_p2dq"
"scx_pair"
"scx_prev"
"scx_qmap"
"scx_rlfifo"
"scx_rustland"
"scx_rusty"
"scx_sdt"
"scx_simple"
"scx_tickless"
"scx_userland"
"scx_wd40"
];
default = "scx_rustland";
example = "scx_bpfland";