zfs-boot: do not configure kernelPackage there
it's in our base
This commit is contained in:
parent
d57a2c2d47
commit
0bf8bd3611
|
@ -109,8 +109,6 @@ in {
|
|||
else [];
|
||||
};
|
||||
boot = {
|
||||
kernelPackages =
|
||||
mkDefault config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
initrd.availableKernelModules = cfg.availableKernelModules;
|
||||
kernelParams = cfg.kernelParams;
|
||||
supportedFilesystems = ["zfs"];
|
||||
|
|
Loading…
Reference in New Issue