mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
grub2: Properly disable zfs by default
This commit is contained in:
parent
515fcfe4a8
commit
d44c6219b8
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
, fuse # only needed for grub-mount
|
||||
, zfs ? null
|
||||
, efiSupport ? false
|
||||
, zfsSupport ? true
|
||||
, zfsSupport ? false
|
||||
, xenSupport ? false
|
||||
}:
|
||||
|
||||
|
|
Loading…
Reference in a new issue