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;