1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/servnerr-3: use latest ZFS kernel

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher 2021-12-07 11:24:06 -05:00
parent 36b635d409
commit 93458ee30d
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -63,6 +63,10 @@ in {
# Explicitly enable drivetemp for SATA drive temperature reporting in hwmon.
kernelModules = [ "drivetemp" ];
# Temporary, latest kernel with ZFS support.
# TODO(mdlayher): 2021 LTS kernel.
kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages;
kernelParams = [
# Enable serial console.
"console=ttyS0,115200n8"