MyNixOS website logo
option

services.podman.containers.<name>.environmentFile

Paths to files containing container environment variables.

Declarations
Type
list of string
Default
[ ]
Example
[
  "/etc/environment"
  "/etc/other-env"
]