Disable zfs in the ISO for now

It's giving zpool-import.service errors.

http://hydra.nixos.org/build/16883184
This commit is contained in:
Eelco Dolstra 2014-11-12 15:32:21 +01:00
parent a54e032b2c
commit 433a845081

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" ];
# Allow the user to log in as root without a password.
users.extraUsers.root.initialHashedPassword = "";