zfs-boot: do not configure kernelPackage there

it's in our base
This commit is contained in:
Motiejus Jakštys 2024-03-06 10:45:06 +02:00
parent d57a2c2d47
commit 0bf8bd3611
1 changed files with 0 additions and 2 deletions

View File

@ -109,8 +109,6 @@ in {
else []; else [];
}; };
boot = { boot = {
kernelPackages =
mkDefault config.boot.zfs.package.latestCompatibleLinuxPackages;
initrd.availableKernelModules = cfg.availableKernelModules; initrd.availableKernelModules = cfg.availableKernelModules;
kernelParams = cfg.kernelParams; kernelParams = cfg.kernelParams;
supportedFilesystems = ["zfs"]; supportedFilesystems = ["zfs"];