feat: drop sched-ext

This commit is contained in:
2026-01-17 21:44:46 +08:00
parent 75b4d87dfa
commit 9e38cb0712
3 changed files with 0 additions and 12 deletions

View File

@@ -19,10 +19,6 @@ in
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [ "kvm-amd" ];
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_xanmod_stable;
services.scx = {
enable = true;
scheduler = "scx_rusty";
};
boot.extraModulePackages = [ ];
boot.tmp.useTmpfs = true;
boot.supportedFilesystems = [ "zfs" ];

View File

@@ -29,10 +29,6 @@ in
"fs.file-max" = 9223372036854775807;
};
};
services.scx = {
enable = true;
scheduler = "scx_rusty";
};
fileSystems."/" = {
device = btrfs;

View File

@@ -36,10 +36,6 @@ in
"resume_offset=6444127"
];
};
services.scx = {
enable = true;
scheduler = "scx_rusty";
};
fileSystems."/" = {
device = btrfs;