3
0
Fork 0
forked from mirrors/nixpkgs

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
commit e488f62df7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";