modules.system.kernel: use rustland

This commit is contained in:
2025-05-11 14:17:04 +08:00
parent c6e37edf31
commit 2502d0a975

View File

@@ -56,7 +56,7 @@ inputs:
# enable scx when using cachyos
(
inputs.lib.mkIf (builtins.elem kernel.variant [ "cachyos" "cachyos-lts" ])
{ services.scx = { enable = true; scheduler = "scx_bpfland"; }; }
{ services.scx = { enable = true; scheduler = "scx_rustland"; }; }
)
];
}