mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-15 17:50:54 +00:00
nixos/servnerr-3: use latest ZFS kernel
Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
parent
36b635d409
commit
93458ee30d
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@ in {
|
||||||
# Explicitly enable drivetemp for SATA drive temperature reporting in hwmon.
|
# Explicitly enable drivetemp for SATA drive temperature reporting in hwmon.
|
||||||
kernelModules = [ "drivetemp" ];
|
kernelModules = [ "drivetemp" ];
|
||||||
|
|
||||||
|
# Temporary, latest kernel with ZFS support.
|
||||||
|
# TODO(mdlayher): 2021 LTS kernel.
|
||||||
|
kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages;
|
||||||
|
|
||||||
kernelParams = [
|
kernelParams = [
|
||||||
# Enable serial console.
|
# Enable serial console.
|
||||||
"console=ttyS0,115200n8"
|
"console=ttyS0,115200n8"
|
||||||
|
|
Loading…
Reference in a new issue