global(fs): adjust zfs kernelPackages priority

This commit is contained in:
514fpv 2024-01-24 08:34:07 +08:00
parent 46de50c5f9
commit 0dcf1809a7
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -42,6 +42,6 @@ in {
services.zfs.autoSnapshot.enable = true;
services.zfs.autoScrub.enable = true;
boot.zfs.devNodes = mkDefault "/dev/disk/by-partuuid";
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
boot.kernelPackages = mkDefault config.boot.zfs.package.latestCompatibleLinuxPackages;
};
}