From 2926e6c4ed23934bf30dd484603a04f47ac61402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20J=C3=B6ns?= <34899572+jopejoe1@users.noreply.github.com> Date: Thu, 16 Nov 2023 17:21:34 +0100 Subject: [PATCH] Remove boot.kernel --- systems/kami/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/kami/default.nix b/systems/kami/default.nix index 358ac3f..d80b35b 100644 --- a/systems/kami/default.nix +++ b/systems/kami/default.nix @@ -21,7 +21,7 @@ boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; - boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; + #boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; networking.networkmanager.enable = true;