MyNixOS website logo
option

containers.<name>.tmpfs

Mounts a set of tmpfs file systems into the container. Multiple paths can be specified. Valid items must conform to the --tmpfs argument of systemd-nspawn. See systemd-nspawn(1) for details.

Declarations
Type
list of string
Default
[ ]
Example
[
  "/var"
]