This commit is contained in:
mjallen18
2026-04-16 12:40:03 -05:00
parent 1767debfd8
commit c59ac2ccb6
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
... ...
}: }:
let let
kernel = pkgs.cachyosKernels.linuxPackages-cachyos-latest-lto-zen4; kernel = pkgs.linuxPackages_latest;
in in
{ {
# Configure bootloader with lanzaboot and secureboot # Configure bootloader with lanzaboot and secureboot

View File

@@ -4,7 +4,7 @@
... ...
}: }:
let let
kernel = pkgs.cachyosKernels.linuxPackages-cachyos-latest-lto-zen4; kernel = pkgs.linuxPackages_latest;
pkgsVersion = pkgs; # .unstable; pkgsVersion = pkgs; # .unstable;
in in
{ {

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
boot.kernelPackages = pkgs.cachyosKernels.linuxPackages-cachyos-latest-lto-x86_64-v4; boot.kernelPackages = pkgs.linuxPackages_latest:
} }