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

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