boot.initrd.systemd.extraBin
NixOS option
Tools to add to /bin
type: attribute set of absolute pathDefault
{ }Example
declared in: nixos/modules/system/boot/systemd/initrd.nixView source on NixOS/nixpkgs →{
umount = "${pkgs.util-linux}/bin/umount";
}