Flakes
Categories
Options
Packages
Sign in
MyNixOS
nixpkgs
options
boot
initrd
systemd
extraBin
option
boot.initrd.systemd.extraBin
Tools to add to /bin.
Declarations
nixos/modules/system/boot/systemd/initrd.nix
Type
attribute set of path
Default
{ }
Example
{ umount =
${pkgs.util-linux}
/bin/umount; }