MyNixOS website logo
option

services.podman.containers.<name>.addCapabilities

The capabilities to add to the container.

Declarations
Type
list of string
Default
[ ]
Example
[
  "CAP_DAC_OVERRIDE"
  "CAP_IPC_OWNER"
]