This commit is contained in:
mjallen18
2025-12-11 21:00:17 -06:00
parent 15e0b9563f
commit 3364ae8fda
2 changed files with 2 additions and 2 deletions

View File

@@ -101,6 +101,6 @@
# # Boot # # # # Boot # #
# ################################################### # ###################################################
boot.kernelPackages = pkgs.linuxPackages_cachyos-server; boot.kernelPackages = pkgs.linuxPackages_cachyos-server-lto-znver4;
} }

View File

@@ -1,6 +1,6 @@
{ pkgs, ... }: { pkgs, ... }:
let let
kernel = pkgs.linuxPackages_cachyos; kernel = pkgs.linuxPackages_cachyos-lto;
in in
{ {
# Configure bootloader with lanzaboot and secureboot # Configure bootloader with lanzaboot and secureboot