Re-enable ZFS in installer image

Hopefully #4807 fixes http://hydra.nixos.org/build/16883184
This commit is contained in:
wmertens 2014-11-13 10:31:15 +01:00
parent 5c19521c6e
commit dda62c451c

View File

@ -43,7 +43,7 @@ with lib;
boot.initrd.kernelModules = [ "fbcon" ];
# Add support for cow filesystems and their utilities
boot.supportedFilesystems = [ /* "zfs" */ "btrfs" ];
boot.supportedFilesystems = [ "zfs" "btrfs" ];
# Configure host id for ZFS to work
networking.hostId = "8425e349";