machine(Tytonidae,Akun): Choose scx_lavd as scheduler
This commit is contained in:
parent
6d6a417c5e
commit
df91a54884
2 changed files with 10 additions and 2 deletions
|
|
@ -63,7 +63,11 @@
|
||||||
|
|
||||||
environment.variables.EDITOR = "hx";
|
environment.variables.EDITOR = "hx";
|
||||||
services.dbus.implementation = "broker";
|
services.dbus.implementation = "broker";
|
||||||
services.scx.enable = true;
|
services.scx = {
|
||||||
|
enable = true;
|
||||||
|
scheduler = "scx_lavd";
|
||||||
|
package = pkgs.scx_git.rustscheds;
|
||||||
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = pkgs.linuxPackages_cachyos;
|
kernelPackages = pkgs.linuxPackages_cachyos;
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,11 @@
|
||||||
|
|
||||||
environment.variables.EDITOR = "hx";
|
environment.variables.EDITOR = "hx";
|
||||||
services.dbus.implementation = "broker";
|
services.dbus.implementation = "broker";
|
||||||
services.scx.enable = true;
|
services.scx = {
|
||||||
|
enable = true;
|
||||||
|
scheduler = "scx_lavd";
|
||||||
|
package = pkgs.scx_git.rustscheds;
|
||||||
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = pkgs.linuxPackages_cachyos;
|
kernelPackages = pkgs.linuxPackages_cachyos;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue