diff --git a/hosts/dos/env.nix b/hosts/dos/env.nix index dd30f0e..b19dd7b 100644 --- a/hosts/dos/env.nix +++ b/hosts/dos/env.nix @@ -22,7 +22,7 @@ # See: https://search.nixos.org/options?show=boot.kernelPackages # See: https://www.nyx.chaotic.cx/#using-sched-ext-schedulers - KernelPackages = "linuxPackages_zen"; + KernelPackages = "linuxPackages_lqx"; # See: https://mynixos.com/nixpkgs/option/system.stateVersion StateVersion = "26.05"; @@ -59,7 +59,4 @@ # See: https://github.com/qemu/qemu # See: https://github.com/virt-manager/virt-manager QEMU-VM-Use-Case = true; - - # See: https://github.com/dbeaver/dbeaver - Database-Use-Case = true; } diff --git a/modules/services/scx.nix b/modules/services/scx.nix index c420f1c..49ee98f 100644 --- a/modules/services/scx.nix +++ b/modules/services/scx.nix @@ -5,7 +5,7 @@ gvfs.enable = true; scx = { enable = true; - scheduler = "scx_bpfland"; + scheduler = "scx_lavd"; }; }; }