nix.settings.extra-sandbox-paths

Directories from the host filesystem to be included in the sandbox.

Type
list of string
Default
[ ]
Example
[
  "/dev"
  "/proc"
]
Declared
<nixpkgs/nixos/modules/config/nix.nix>