Enbable latest compatible kernel with ZFS for kirk
This commit is contained in:
parent
409e64b82d
commit
97162fa355
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
|||
"kvm-intel"
|
||||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_7;
|
||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.systemd-boot = {
|
||||
|
|
Loading…
Add table
Reference in a new issue