Re-enable ZFS in installer image

Hopefully #4807 fixes http://hydra.nixos.org/build/16883184
wip/yesman
wmertens 10 years ago
parent 5c19521c6e
commit dda62c451c
  1. 2
      nixos/modules/installer/cd-dvd/installation-cd-base.nix

@ -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…
Cancel
Save