MyNixOS website logo
option

containers.<name>.bindMounts

An extra list of directories that is bound to the container.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{ "/home" = { hostPath = "/home/alice";
              isReadOnly = false; };
}