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