Merge pull request #51090 from grahamc/revert-disable-zfs

Revert "zfs cannot be distributed. Disabling it in the isos."
This commit is contained in:
Graham Christensen
2018-11-29 08:37:31 -05:00
committed by GitHub

View File

@@ -49,7 +49,7 @@
];
# Include support for various filesystems.
boot.supportedFilesystems = [ "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs" ];
boot.supportedFilesystems = [ "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "zfs" "ntfs" "cifs" ];
# Configure host id for ZFS to work
networking.hostId = lib.mkDefault "8425e349";