MyNixOS website logo
option

boot.initrd.systemd.extraBin

Tools to add to /bin.

Declarations
Type
attribute set of path
Default
{ }
Example
{
  umount = ${pkgs.util-linux}/bin/umount;
}