From 1f0ded5a25f32dc9f55b5b204520d2c02018da65 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 6 Aug 2022 12:21:45 +0200 Subject: [PATCH] microwave: use latest kernel compatible to zfs --- hosts/microwave/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/microwave/configuration.nix b/hosts/microwave/configuration.nix index 35f9856..c3814a5 100644 --- a/hosts/microwave/configuration.nix +++ b/hosts/microwave/configuration.nix @@ -36,6 +36,7 @@ }; }; supportedFilesystems = [ "zfs" ]; + kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages; kernelParams = [ "nohibernate" ]; zfs.devNodes = "/dev/"; plymouth.enable = false;