nixos-iso: Add zfs / btrfs to supportedFilesystems
This commit is contained in:
parent
7562afbe19
commit
5118dcf4fb
@ -42,6 +42,9 @@ with lib;
|
|||||||
# Get a console as soon as the initrd loads fbcon on EFI boot.
|
# Get a console as soon as the initrd loads fbcon on EFI boot.
|
||||||
boot.initrd.kernelModules = [ "fbcon" ];
|
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.
|
# Allow the user to log in as root without a password.
|
||||||
security.initialRootPassword = "";
|
security.initialRootPassword = "";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user