summary refs log tree commit diff
path: root/pkgs/tools/misc/grub/2.0x.nix
diff options
context:
space:
mode:
authormohe2015 <Moritz.Hedtke@t-online.de>2020-09-15 18:39:51 +0200
committermohe2015 <Moritz.Hedtke@t-online.de>2021-01-21 18:28:35 +0100
commitd44c6219b853ea14a2fc3c6a5d7cfc3072535a2f (patch)
treeba636c653fbe3f4b17e3a28385ead5c4145f8efb /pkgs/tools/misc/grub/2.0x.nix
parent515fcfe4a824d0bb6256749721375d068a9d14a2 (diff)
downloadnixpkgs-d44c6219b853ea14a2fc3c6a5d7cfc3072535a2f.tar
nixpkgs-d44c6219b853ea14a2fc3c6a5d7cfc3072535a2f.tar.gz
nixpkgs-d44c6219b853ea14a2fc3c6a5d7cfc3072535a2f.tar.bz2
nixpkgs-d44c6219b853ea14a2fc3c6a5d7cfc3072535a2f.tar.lz
nixpkgs-d44c6219b853ea14a2fc3c6a5d7cfc3072535a2f.tar.xz
nixpkgs-d44c6219b853ea14a2fc3c6a5d7cfc3072535a2f.tar.zst
nixpkgs-d44c6219b853ea14a2fc3c6a5d7cfc3072535a2f.zip
grub2: Properly disable zfs by default
Diffstat (limited to 'pkgs/tools/misc/grub/2.0x.nix')
-rw-r--r--pkgs/tools/misc/grub/2.0x.nix2
1 files changed, 1 insertions, 1 deletions
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
 }: