mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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:
parent
a54e032b2c
commit
433a845081
1 changed files with 1 additions and 1 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Reference in a new issue