Skip to content

Commit 33d07c7

Browse files
committed
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 parent 5952897 commit 33d07c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nixos/modules/profiles/base.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
];
4646

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

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

0 commit comments

Comments
 (0)