From be6cab1ab2c5a487005749d4af13d9cc11813c72 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sat, 24 Jan 2026 22:33:48 -0500 Subject: [PATCH] added sched_ext scx_bpfland scheduler --- modules/machine/cloud/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/machine/cloud/configuration.nix b/modules/machine/cloud/configuration.nix index 9599a3e..f88af6b 100644 --- a/modules/machine/cloud/configuration.nix +++ b/modules/machine/cloud/configuration.nix @@ -190,5 +190,11 @@ in { }; }; + # sched_ext userspace CPU scheduling stuff - idk + services.scx = { + enable = true; + scheduler = "scx_bpfland"; + }; + system.stateVersion = "24.11"; }