zfs cannot be distributed. Disabling it in the isos.

It seems that it is a GPL violation to distribute zfs in the
installation ISOs.

https://sfconservancy.org/blog/2016/feb/25/zfs-and-linux/

If anyone knows the issue better and has a reason to reenable it
legally, feel free to reenable it. I don't know much about it.

+1 -1
+1 -1
nixos/modules/profiles/base.nix
··· 45 ]; 46 47 # Include support for various filesystems. 48 - boot.supportedFilesystems = [ "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "zfs" "ntfs" "cifs" ]; 49 50 # Configure host id for ZFS to work 51 networking.hostId = lib.mkDefault "8425e349";
··· 45 ]; 46 47 # Include support for various filesystems. 48 + boot.supportedFilesystems = [ "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs" ]; 49 50 # Configure host id for ZFS to work 51 networking.hostId = lib.mkDefault "8425e349";