Update hosts/server/configuration.nix

This commit is contained in:
2026-06-30 21:34:55 +00:00
parent 472c18922c
commit 88a9d4dd78
+2 -1
View File
@@ -5,7 +5,8 @@
{ config, lib, pkgs, inputs,... }:
{
# Note this might jump back and forth as kernels are added or removed.
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
# boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
boot.kernelModules = [ "zfs" ];
imports =
[ # Include the results of the hardware scan.
../../common/configuration.nix