init cachy kernel
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
# ###################################################
|
||||
|
||||
boot = {
|
||||
kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
|
||||
kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos-gcc;
|
||||
supportedFilesystems.zfs = false;
|
||||
};
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
...
|
||||
}:
|
||||
let
|
||||
kernel = pkgs.linuxPackages_latest;
|
||||
kernel = pkgs.linuxPackages_cachyos;
|
||||
in
|
||||
{
|
||||
# Configure bootloader with lanzaboot and secureboot
|
||||
|
||||
Reference in New Issue
Block a user