Loading nixos/modules/services/scheduling/scx.nix +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ in scheduler = lib.mkOption { type = lib.types.enum [ "scx_beerland" "scx_bpfland" "scx_chaos" "scx_cosmos" Loading nixos/tests/scx/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading @@ -27,6 +28,7 @@ testScript = '' specialisation = [ "beerland", "bpfland", "cosmos", "flash", Loading Loading
nixos/modules/services/scheduling/scx.nix +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ in scheduler = lib.mkOption { type = lib.types.enum [ "scx_beerland" "scx_bpfland" "scx_chaos" "scx_cosmos" Loading
nixos/tests/scx/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading @@ -27,6 +28,7 @@ testScript = '' specialisation = [ "beerland", "bpfland", "cosmos", "flash", Loading