machine(Tytonidae,Akun): Choose scx_lavd as scheduler

This commit is contained in:
ulic-youthlic 2025-07-13 06:04:55 +08:00
parent 6d6a417c5e
commit df91a54884
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 10 additions and 2 deletions

View file

@ -63,7 +63,11 @@
environment.variables.EDITOR = "hx";
services.dbus.implementation = "broker";
services.scx.enable = true;
services.scx = {
enable = true;
scheduler = "scx_lavd";
package = pkgs.scx_git.rustscheds;
};
boot = {
kernelPackages = pkgs.linuxPackages_cachyos;

View file

@ -94,7 +94,11 @@
environment.variables.EDITOR = "hx";
services.dbus.implementation = "broker";
services.scx.enable = true;
services.scx = {
enable = true;
scheduler = "scx_lavd";
package = pkgs.scx_git.rustscheds;
};
boot = {
kernelPackages = pkgs.linuxPackages_cachyos;