Update hosts/server/configuration.nix
Check NixOS configurations / eval-hosts (push) Failing after 7m37s

This commit is contained in:
2026-06-30 21:34:55 +00:00
parent 3578e66a15
commit 161888b037
+3 -2
View File
@@ -5,8 +5,9 @@
{ config, lib, pkgs, inputs,... }: { config, lib, pkgs, inputs,... }:
{ {
# Note this might jump back and forth as kernels are added or removed. # 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;
imports = boot.kernelModules = [ "zfs" ];
imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
../../common/configuration.nix ../../common/configuration.nix
../../modules/nix/cache-client.nix ../../modules/nix/cache-client.nix