Skip to content

Commit a0c7949

Browse files
committed
Revert "zfs cannot be distributed. Disabling it in the isos."
ZFS's popularity is growing, and not including it by default is a bit frustrating. On top of that, the base iso includes ZFS _anyway_ due to other packages depending upon it. I think we're in the clear to do this on the basis that Oracle probably doesn't care, it is probably fine (the SFLC agrees) and we're a small fish. If a copyright holder asks us to, we can definitely revert it again. This reverts commit 33d07c7. (cherry picked from commit 6db866c)
1 parent 09c74d9 commit a0c7949

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
@@ -46,7 +46,7 @@
4646
];
4747

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

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

0 commit comments

Comments
 (0)