Re-enable ZFS in installer image
Hopefully #4807 fixes http://hydra.nixos.org/build/16883184
This commit is contained in:
parent
5c19521c6e
commit
dda62c451c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user