feat(fs): switch default zfs kernel to lts

This commit is contained in:
514fpv 2024-03-04 21:31:34 +08:00
parent 08361b7bda
commit 2831676002
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

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