nixosTests.scx: add scx_beerland

This commit is contained in:
Gliczy
2025-11-15 19:15:57 +01:00
parent 6179fbb1c7
commit 8e14a2fa53

View File

@@ -11,6 +11,7 @@
services.scx.enable = true; services.scx.enable = true;
specialisation = { specialisation = {
beerland.configuration.services.scx.scheduler = "scx_beerland";
bpfland.configuration.services.scx.scheduler = "scx_bpfland"; bpfland.configuration.services.scx.scheduler = "scx_bpfland";
cosmos.configuration.services.scx.scheduler = "scx_cosmos"; cosmos.configuration.services.scx.scheduler = "scx_cosmos";
flash.configuration.services.scx.scheduler = "scx_flash"; flash.configuration.services.scx.scheduler = "scx_flash";
@@ -27,6 +28,7 @@
testScript = '' testScript = ''
specialisation = [ specialisation = [
"beerland",
"bpfland", "bpfland",
"cosmos", "cosmos",
"flash", "flash",