programs.singularity.systemBinPaths

NixOS option

(Extra) system-wide /**/bin paths for Apptainer/Singularity to find command-line utilities in. "/run/wrappers/bin" is included by default to make utilities with SUID bit set available to Apptainer/Singularity. Use lib.mkForce to shadow the default values.

type: list of absolute path
Default
[ ]
declared in: nixos/modules/programs/singularity.nixView source on NixOS/nixpkgs →