programs.singularity.enableExternalLocalStateDir

NixOS option

Whether to use top-level directories as LOCALSTATEDIR instead of the store path ones. This affects the SESSIONDIR of Apptainer/Singularity. If set to true, the SESSIONDIR will become /var/lib/${projectName}/mnt/session.

type: boolean
Default
true
Example
false
declared in: nixos/modules/programs/singularity.nixView source on NixOS/nixpkgs →