| containers.<name>.config | A specification of the desired configuration of this
container, as a NixOS module.
|
| containers.<name>.flake | The Flake URI of the NixOS configuration to use for the container
|
| containers.<name>.path | As an alternative to specifying
config, you can specify the path to
the evaluated NixOS system configuration, typically a
symlink to a system profile.
|
| containers.<name>.restartIfChanged | Whether the container should be restarted during a NixOS
configuration switch if its definition has changed.
|
| containers.<name>.ephemeral | Runs container in ephemeral mode with the empty root filesystem at boot
|
| containers.<name>.specialArgs | A set of special arguments to be passed to NixOS modules
|