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" diff --git a/nixos/tests/scx/default.nix b/nixos/tests/scx/default.nix index d321314b4ef6..6865390737f8 100644 --- a/nixos/tests/scx/default.nix +++ b/nixos/tests/scx/default.nix @@ -11,6 +11,7 @@ services.scx.enable = true; specialisation = { + beerland.configuration.services.scx.scheduler = "scx_beerland"; bpfland.configuration.services.scx.scheduler = "scx_bpfland"; cosmos.configuration.services.scx.scheduler = "scx_cosmos"; flash.configuration.services.scx.scheduler = "scx_flash"; @@ -27,6 +28,7 @@ testScript = '' specialisation = [ + "beerland", "bpfland", "cosmos", "flash",