Skip to content

Commit

Permalink
zfs cannot be distributed. Disabling it in the isos.
Browse files Browse the repository at this point in the history
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.

(cherry picked from commit 33d07c7)
  • Loading branch information
viric committed Dec 28, 2016
1 parent f15d037 commit 741213d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/profiles/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
];

# Include support for various filesystems.
boot.supportedFilesystems = [ "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "zfs" "ntfs" "cifs" ];
boot.supportedFilesystems = [ "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs" ];

# Configure host id for ZFS to work
networking.hostId = lib.mkDefault "8425e349";
Expand Down

0 comments on commit 741213d

Please sign in to comment.