Skip to content

Commit f51c7dd

Browse files
committed
fix: enable scx_bpfland for servers
Signed-off-by: Anthony Rabbito <[email protected]>
1 parent 4569c9f commit f51c7dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: nixos/personalities/server/default.nix

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
may be monitored if unauthorized usage is suspected.
4242
'';
4343
boot.kernelPackages = pkgs.linuxPackages_cachyos-server;
44+
services.scx.enable = true;
45+
services.scx.scheduler = "scx_bpfland";
4446
systemd = {
4547
# Given that our systems are headless, emergency mode is useless.
4648
# We prefer the system to attempt to continue booting so

0 commit comments

Comments
 (0)