MyNixOS website logo
option

boot.initrd.systemd.contents

Set of files that have to be linked into the initrd.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  "/etc/hostname".text = "mymachine";
}