From 161888b0370a9376b64739321a36436891a22517 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Tue, 30 Jun 2026 21:34:55 +0000 Subject: [PATCH] Update hosts/server/configuration.nix --- hosts/server/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index cc3dfab..eeb9cbc 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -5,8 +5,9 @@ { config, lib, pkgs, inputs,... }: { # Note this might jump back and forth as kernels are added or removed. - boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; - imports = +# boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; +boot.kernelModules = [ "zfs" ]; + imports = [ # Include the results of the hardware scan. ../../common/configuration.nix ../../modules/nix/cache-client.nix