Update hosts/server/configuration.nix
Check NixOS configurations / eval-hosts (push) Failing after 7m37s
Check NixOS configurations / eval-hosts (push) Failing after 7m37s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user