From d44c6219b853ea14a2fc3c6a5d7cfc3072535a2f Mon Sep 17 00:00:00 2001 From: mohe2015 Date: Tue, 15 Sep 2020 18:39:51 +0200 Subject: [PATCH] grub2: Properly disable zfs by default --- pkgs/tools/misc/grub/2.0x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/grub/2.0x.nix b/pkgs/tools/misc/grub/2.0x.nix index a94275d7e35..bc933312afc 100644 --- a/pkgs/tools/misc/grub/2.0x.nix +++ b/pkgs/tools/misc/grub/2.0x.nix @@ -3,7 +3,7 @@ , fuse # only needed for grub-mount , zfs ? null , efiSupport ? false -, zfsSupport ? true +, zfsSupport ? false , xenSupport ? false }: