nixos-iso: Add zfs / btrfs to supportedFilesystems

wip/yesman
William A. Kennington III 10 years ago
parent 7562afbe19
commit 5118dcf4fb
  1. 3
      nixos/modules/installer/cd-dvd/installation-cd-base.nix

@ -42,6 +42,9 @@ with lib;
# Get a console as soon as the initrd loads fbcon on EFI boot.
boot.initrd.kernelModules = [ "fbcon" ];
# Add support for cow filesystems and their utilities
boot.supportedFilesystems = [ "zfs" "btrfs" ];
# Allow the user to log in as root without a password.
security.initialRootPassword = "";
}

Loading…
Cancel
Save