cachy scheduler

This commit is contained in:
Emmet
2025-02-18 20:37:56 -06:00
parent 352ac4c445
commit cae83f449e

View File

@@ -24,6 +24,7 @@ in
(lib.mkIf (cfg.variant == "server") pkgs.linuxPackages_cachyos-server)
(lib.mkIf (cfg.variant == "hardened") pkgs.linuxPackages_cachyos-hardened)
];
services.scx.enable = true;
boot.consoleLogLevel = 0;
};
}