added sched_ext scx_bpfland scheduler

This commit is contained in:
2026-01-24 22:33:48 -05:00
parent 7f0fdbc6bb
commit be6cab1ab2

View File

@@ -190,5 +190,11 @@ in {
};
};
# sched_ext userspace CPU scheduling stuff - idk
services.scx = {
enable = true;
scheduler = "scx_bpfland";
};
system.stateVersion = "24.11";
}