Commit b9c8efed1b48

Vincent Demeester <vincent@sbr.pm>
2026-05-11 16:43:40
feat(okinawa): switch to CachyOS kernel with BORE scheduler
Same LTO and x86_64-v3 optimized kernel as kyushu for improved desktop responsiveness under heavy workloads.
1 parent 78f6dd6
Changed files (1)
systems
okinawa
systems/okinawa/boot.nix
@@ -11,7 +11,7 @@
     };
 
     # Latest kernel for best AMD support
-    kernelPackages = pkgs.linuxPackages_latest;
+    kernelPackages = pkgs.cachyosKernels.linuxPackages-cachyos-latest-lto-x86_64-v3;
 
     # LUKS with FIDO2 unlock
     initrd = {