feat(fs): switch default zfs kernel to lts
This commit is contained in:
parent
08361b7bda
commit
2831676002
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue