global(fs): switch default zfs kernel to lts
This commit is contained in:
parent
27c119a90a
commit
4450039dc4
1 changed files with 2 additions and 1 deletions
|
@ -87,6 +87,7 @@ in {
|
||||||
services.zfs.autoSnapshot.enable = true;
|
services.zfs.autoSnapshot.enable = true;
|
||||||
services.zfs.autoScrub.enable = true;
|
services.zfs.autoScrub.enable = true;
|
||||||
boot.zfs.devNodes = mkDefault "/dev/disk/by-partuuid";
|
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…
Add table
Add a link
Reference in a new issue