From 6179fbb1c73af33cb88b687d67327302bbcbbdee Mon Sep 17 00:00:00 2001 From: Gliczy <129636582+Gliczy@users.noreply.github.com> Date: Sat, 15 Nov 2025 19:15:22 +0100 Subject: [PATCH] nixos/scx: add scx_beerland --- nixos/modules/services/scheduling/scx.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/scheduling/scx.nix b/nixos/modules/services/scheduling/scx.nix index dc2e5178dc58..612c4995879a 100644 --- a/nixos/modules/services/scheduling/scx.nix +++ b/nixos/modules/services/scheduling/scx.nix @@ -38,6 +38,7 @@ in scheduler = lib.mkOption { type = lib.types.enum [ + "scx_beerland" "scx_bpfland" "scx_chaos" "scx_cosmos"