boot.initrd.systemd.root
Controls how systemd will interpret the root FS in initrd. See
kernel-command-line(7). NixOS currently does not
allow specifying the root file system itself this
way. Instead, the fstab value is used in order to interpret
the root file system specified with the fileSystems option.
- Type
one of "fstab", "gpt-auto"- Default
"fstab"- Example
"gpt-auto"- Declared
- <nixpkgs/nixos/modules/system/boot/systemd/initrd.nix>